Shades of Hemlock #66674B
Tints of Hemlock #66674B
RGB
CMYK
RGB Variations
Color information
#66674B (or 0x66674B) is known color: Hemlock. HEX triplet: 66, 67 and 4B. RGB value is (102,103,75). Sum of RGB (Red+Green+Blue) = 102+103+75=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #66674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66674B is #9998B4. Grayscale: #636363. Windows color (decimal): -10066101 or 4941670. OLE color: 4941670.
HSL color Cylindrical-coordinate representation of color #66674B: hue angle of 62.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66674B is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 75 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.60 |
| HSL | 62.14º | 0.16% | 0.35% | - |
| HSV(B) | 62.14º | 0.27% | 0.4% | - |
| XYZ | 11.6 | 13.03 | 8.56 | - |
| YUV | 99.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 75 | 0.01 | 0 | 0.27 | 0.60 | 62.14 | 0.16 | 0.35 |
| Hex | 66 | 67 | 4B | 1 | 0 | 1B | 3C | 3E | 10 | 23 |
| Octal | 146 | 147 | 113 | 1 | 0 | 33 | 74 | 76 | 20 | 43 |
| Binary | 1100110 | 1100111 | 1001011 | 1 | 0 | 11011 | 111100 | 111110 | 10000 | 100011 |
Color Harmonies of #66674B
Complementary color
Monochromatic Colors of #66674B
Black with #66674B
Text Example
Text Example
White with #66674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66674B; }
p { color: rgb(102,103,75); }
H1.HeaderClassName
{
color: #66674B;
}
.AnyTagClassName
{
color: #66674B;
}
</style>
background-color css
<style>
a { background-color: #66674B; }
a { background-color: rgb(102,103,75); }
div.DivClassName
{
background-color: #66674B;
}
.BgClassName
{
background-color: #66674B;
}
</style>
border-color css
<style>
span { border-color: #66674B; }
span { border-color: rgb(102,103,75); }
td.TdClassName
{
border-color: #66674B;
}
.TagClassName
{
border-color: #66674B;
}
</style>