Shades of Hemlock #6B6948
Tints of Hemlock #6B6948
RGB
CMYK
RGB Variations
Color information
#6B6948 (or 0x6B6948) is known color: Hemlock. HEX triplet: 6B, 69 and 48. RGB value is (107,105,72). Sum of RGB (Red+Green+Blue) = 107+105+72=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6948 is #9496B7. Grayscale: #656565. Windows color (decimal): -9737912 or 4745579. OLE color: 4745579.
HSL color Cylindrical-coordinate representation of color #6B6948: hue angle of 56.57º 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 #6B6948 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 72 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.58 |
| HSL | 56.57º | 0.2% | 0.35% | - |
| HSV(B) | 56.57º | 0.33% | 0.42% | - |
| XYZ | 12.28 | 13.7 | 8.13 | - |
| YUV | 101.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 72 | 0 | 0.02 | 0.33 | 0.58 | 56.57 | 0.2 | 0.35 |
| Hex | 6B | 69 | 48 | 0 | 2 | 21 | 3A | 39 | 14 | 23 |
| Octal | 153 | 151 | 110 | 0 | 2 | 41 | 72 | 71 | 24 | 43 |
| Binary | 1101011 | 1101001 | 1001000 | 0 | 10 | 100001 | 111010 | 111001 | 10100 | 100011 |
Color Harmonies of #6B6948
Complementary color
Monochromatic Colors of #6B6948
Black with #6B6948
Text Example
Text Example
White with #6B6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6948; }
p { color: rgb(107,105,72); }
H1.HeaderClassName
{
color: #6B6948;
}
.AnyTagClassName
{
color: #6B6948;
}
</style>
background-color css
<style>
a { background-color: #6B6948; }
a { background-color: rgb(107,105,72); }
div.DivClassName
{
background-color: #6B6948;
}
.BgClassName
{
background-color: #6B6948;
}
</style>
border-color css
<style>
span { border-color: #6B6948; }
span { border-color: rgb(107,105,72); }
td.TdClassName
{
border-color: #6B6948;
}
.TagClassName
{
border-color: #6B6948;
}
</style>