Shades of Hemlock #6B6A48
Tints of Hemlock #6B6A48
RGB
CMYK
RGB Variations
Color information
#6B6A48 (or 0x6B6A48) is known color: Hemlock. HEX triplet: 6B, 6A and 48. RGB value is (107,106,72). Sum of RGB (Red+Green+Blue) = 107+106+72=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6A48 is #9495B7. Grayscale: #666666. Windows color (decimal): -9737656 or 4745835. OLE color: 4745835.
HSL color Cylindrical-coordinate representation of color #6B6A48: hue angle of 58.29º 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 #6B6A48 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 106 | 72 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.58 |
| HSL | 58.29º | 0.2% | 0.35% | - |
| HSV(B) | 58.29º | 0.33% | 0.42% | - |
| XYZ | 12.39 | 13.9 | 8.16 | - |
| YUV | 102.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 72 | 0 | 0.01 | 0.33 | 0.58 | 58.29 | 0.2 | 0.35 |
| Hex | 6B | 6A | 48 | 0 | 1 | 21 | 3A | 3A | 14 | 23 |
| Octal | 153 | 152 | 110 | 0 | 1 | 41 | 72 | 72 | 24 | 43 |
| Binary | 1101011 | 1101010 | 1001000 | 0 | 1 | 100001 | 111010 | 111010 | 10100 | 100011 |
Color Harmonies of #6B6A48
Complementary color
Monochromatic Colors of #6B6A48
Black with #6B6A48
Text Example
Text Example
White with #6B6A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6A48; }
p { color: rgb(107,106,72); }
H1.HeaderClassName
{
color: #6B6A48;
}
.AnyTagClassName
{
color: #6B6A48;
}
</style>
background-color css
<style>
a { background-color: #6B6A48; }
a { background-color: rgb(107,106,72); }
div.DivClassName
{
background-color: #6B6A48;
}
.BgClassName
{
background-color: #6B6A48;
}
</style>
border-color css
<style>
span { border-color: #6B6A48; }
span { border-color: rgb(107,106,72); }
td.TdClassName
{
border-color: #6B6A48;
}
.TagClassName
{
border-color: #6B6A48;
}
</style>