#66172C color RGB value is (6, 97, 114).
#66172C hex color red value is 6, green value is 97, and blue value is 114.
Cylindrical-coordinate representations (HSL) of color #66172C
hue: 189.44,
saturation: 0.9 and lightness: 0.24.
The process color (four-color CMYK) of #66172C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #66172C is #ff9999. Color #66172C contains mainly RED.
| Color spaces of #66172C | Value |
|---|---|
| RGB | 102, 23, 44 |
| HSL | 0.96, 0.63, 0.25 |
| HSV | 344°, 77°, 40° |
| XYZ | 6.24, 3.62, 2.75 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1100110 | 10111 | 101100 |
| Octal | 146 | 27 | 54 |
| Decimal | 102 | 23 | 44 |
| Hex | 66 | 17 | 2C |
Shades of #66172C
Tints of #66172C
.mybgColor {background-color: #66172C;}
.myforeColor {color: #66172C;}
.myborderColor {border:3px solid #66172C;}
<p style="color:#66172C">Text here</p>
This sample text is styled with the font color #66172C. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#66172C">Div content here</div>
<div style="border:3px solid #66172C">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(102, 23, 44, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #66172C; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #66172C;
-webkit-box-shadow: 1px 1px 3px #66172C;
box-shadow: 1px 1px 3px #66172C; }
<p style="text-shadow: 4px 4px 2px rgba(102, 23, 44, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #66172C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #66172C;
-webkit-box-shadow: 1px 1px 3px #66172C;
box-shadow: 1px 1px 3px #66172C;">Div content here</div>
