Shades of Hemlock #67664A
Tints of Hemlock #67664A
RGB
CMYK
RGB Variations
Color information
#67664A (or 0x67664A) is known color: Hemlock. HEX triplet: 67, 66 and 4A. RGB value is (103,102,74). Sum of RGB (Red+Green+Blue) = 103+102+74=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #67664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67664A is #9899B5. Grayscale: #636363. Windows color (decimal): -10000822 or 4875879. OLE color: 4875879.
HSL color Cylindrical-coordinate representation of color #67664A: hue angle of 57.93º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67664A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 74 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.60 |
| HSL | 57.93º | 0.16% | 0.35% | - |
| HSV(B) | 57.93º | 0.28% | 0.4% | - |
| XYZ | 11.58 | 12.88 | 8.35 | - |
| YUV | 99.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 74 | 0 | 0.01 | 0.28 | 0.60 | 57.93 | 0.16 | 0.35 |
| Hex | 67 | 66 | 4A | 0 | 1 | 1C | 3C | 3A | 10 | 23 |
| Octal | 147 | 146 | 112 | 0 | 1 | 34 | 74 | 72 | 20 | 43 |
| Binary | 1100111 | 1100110 | 1001010 | 0 | 1 | 11100 | 111100 | 111010 | 10000 | 100011 |
Color Harmonies of #67664A
Complementary color
Monochromatic Colors of #67664A
Black with #67664A
Text Example
Text Example
White with #67664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67664A; }
p { color: rgb(103,102,74); }
H1.HeaderClassName
{
color: #67664A;
}
.AnyTagClassName
{
color: #67664A;
}
</style>
background-color css
<style>
a { background-color: #67664A; }
a { background-color: rgb(103,102,74); }
div.DivClassName
{
background-color: #67664A;
}
.BgClassName
{
background-color: #67664A;
}
</style>
border-color css
<style>
span { border-color: #67664A; }
span { border-color: rgb(103,102,74); }
td.TdClassName
{
border-color: #67664A;
}
.TagClassName
{
border-color: #67664A;
}
</style>