Shades of Hemlock #67674F
Tints of Hemlock #67674F
RGB
CMYK
RGB Variations
Color information
#67674F (or 0x67674F) is known color: Hemlock. HEX triplet: 67, 67 and 4F. RGB value is (103,103,79). Sum of RGB (Red+Green+Blue) = 103+103+79=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 103 - color contains mainly: red, green. Hex color #67674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67674F is #9898B0. Grayscale: #646464. Windows color (decimal): -10000561 or 5203815. OLE color: 5203815.
HSL color Cylindrical-coordinate representation of color #67674F: hue angle of 60º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67674F is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 103 | 79 | - |
| CMYK | 0 | 0 | 0.23 | 0.60 |
| HSL | 60º | 0.13% | 0.36% | - |
| HSV(B) | 60º | 0.23% | 0.4% | - |
| XYZ | 11.86 | 13.15 | 9.31 | - |
| YUV | 100.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 79 | 0 | 0 | 0.23 | 0.60 | 60 | 0.13 | 0.36 |
| Hex | 67 | 67 | 4F | 0 | 0 | 17 | 3C | 3C | D | 24 |
| Octal | 147 | 147 | 117 | 0 | 0 | 27 | 74 | 74 | 15 | 44 |
| Binary | 1100111 | 1100111 | 1001111 | 0 | 0 | 10111 | 111100 | 111100 | 1101 | 100100 |
Color Harmonies of #67674F
Complementary color
Monochromatic Colors of #67674F
Black with #67674F
Text Example
Text Example
White with #67674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67674F; }
p { color: rgb(103,103,79); }
H1.HeaderClassName
{
color: #67674F;
}
.AnyTagClassName
{
color: #67674F;
}
</style>
background-color css
<style>
a { background-color: #67674F; }
a { background-color: rgb(103,103,79); }
div.DivClassName
{
background-color: #67674F;
}
.BgClassName
{
background-color: #67674F;
}
</style>
border-color css
<style>
span { border-color: #67674F; }
span { border-color: rgb(103,103,79); }
td.TdClassName
{
border-color: #67674F;
}
.TagClassName
{
border-color: #67674F;
}
</style>