Shades of Hemlock #6B6953
Tints of Hemlock #6B6953
RGB
CMYK
RGB Variations
Color information
#6B6953 (or 0x6B6953) is known color: Hemlock. HEX triplet: 6B, 69 and 53. RGB value is (107,105,83). Sum of RGB (Red+Green+Blue) = 107+105+83=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6953 is #9496AC. Grayscale: #676767. Windows color (decimal): -9737901 or 5466475. OLE color: 5466475.
HSL color Cylindrical-coordinate representation of color #6B6953: hue angle of 55º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B6953 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 83 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.58 |
| HSL | 55º | 0.13% | 0.37% | - |
| HSV(B) | 55º | 0.22% | 0.42% | - |
| XYZ | 12.68 | 13.85 | 10.19 | - |
| YUV | 103.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 83 | 0 | 0.02 | 0.22 | 0.58 | 55 | 0.13 | 0.37 |
| Hex | 6B | 69 | 53 | 0 | 2 | 16 | 3A | 37 | D | 25 |
| Octal | 153 | 151 | 123 | 0 | 2 | 26 | 72 | 67 | 15 | 45 |
| Binary | 1101011 | 1101001 | 1010011 | 0 | 10 | 10110 | 111010 | 110111 | 1101 | 100101 |
Color Harmonies of #6B6953
Complementary color
Monochromatic Colors of #6B6953
Black with #6B6953
Text Example
Text Example
White with #6B6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6953; }
p { color: rgb(107,105,83); }
H1.HeaderClassName
{
color: #6B6953;
}
.AnyTagClassName
{
color: #6B6953;
}
</style>
background-color css
<style>
a { background-color: #6B6953; }
a { background-color: rgb(107,105,83); }
div.DivClassName
{
background-color: #6B6953;
}
.BgClassName
{
background-color: #6B6953;
}
</style>
border-color css
<style>
span { border-color: #6B6953; }
span { border-color: rgb(107,105,83); }
td.TdClassName
{
border-color: #6B6953;
}
.TagClassName
{
border-color: #6B6953;
}
</style>