Shades of Hemlock #6B6B48
Tints of Hemlock #6B6B48
RGB
CMYK
RGB Variations
Color information
#6B6B48 (or 0x6B6B48) is known color: Hemlock. HEX triplet: 6B, 6B and 48. RGB value is (107,107,72). Sum of RGB (Red+Green+Blue) = 107+107+72=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6B48 is #9494B7. Grayscale: #676767. Windows color (decimal): -9737400 or 4746091. OLE color: 4746091.
HSL color Cylindrical-coordinate representation of color #6B6B48: hue angle of 60º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B6B48 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 107 | 72 | - |
| CMYK | 0 | 0 | 0.33 | 0.58 |
| HSL | 60º | 0.2% | 0.35% | - |
| HSV(B) | 60º | 0.33% | 0.42% | - |
| XYZ | 12.49 | 14.11 | 8.2 | - |
| YUV | 103.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 72 | 0 | 0 | 0.33 | 0.58 | 60 | 0.2 | 0.35 |
| Hex | 6B | 6B | 48 | 0 | 0 | 21 | 3A | 3C | 14 | 23 |
| Octal | 153 | 153 | 110 | 0 | 0 | 41 | 72 | 74 | 24 | 43 |
| Binary | 1101011 | 1101011 | 1001000 | 0 | 0 | 100001 | 111010 | 111100 | 10100 | 100011 |
Color Harmonies of #6B6B48
Complementary color
Monochromatic Colors of #6B6B48
Black with #6B6B48
Text Example
Text Example
White with #6B6B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B48; }
p { color: rgb(107,107,72); }
H1.HeaderClassName
{
color: #6B6B48;
}
.AnyTagClassName
{
color: #6B6B48;
}
</style>
background-color css
<style>
a { background-color: #6B6B48; }
a { background-color: rgb(107,107,72); }
div.DivClassName
{
background-color: #6B6B48;
}
.BgClassName
{
background-color: #6B6B48;
}
</style>
border-color css
<style>
span { border-color: #6B6B48; }
span { border-color: rgb(107,107,72); }
td.TdClassName
{
border-color: #6B6B48;
}
.TagClassName
{
border-color: #6B6B48;
}
</style>