Shades of Raw Umber #6B5706
Tints of Raw Umber #6B5706
RGB
CMYK
RGB Variations
Color information
#6B5706 (or 0x6B5706) is known color: Raw Umber. HEX triplet: 6B, 57 and 06. RGB value is (107,87,6). Sum of RGB (Red+Green+Blue) = 107+87+6=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5706 is #94A8F9. Grayscale: #545454. Windows color (decimal): -9742586 or 415595. OLE color: 415595.
HSL color Cylindrical-coordinate representation of color #6B5706: hue angle of 48.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B5706 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 6 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.58 |
| HSL | 48.12º | 0.89% | 0.22% | - |
| HSV(B) | 48.12º | 0.94% | 0.42% | - |
| XYZ | 9.5 | 9.96 | 1.59 | - |
| YUV | 83.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 6 | 0 | 0.19 | 0.94 | 0.58 | 48.12 | 0.89 | 0.22 |
| Hex | 6B | 57 | 6 | 0 | 13 | 5E | 3A | 30 | 59 | 16 |
| Octal | 153 | 127 | 6 | 0 | 23 | 136 | 72 | 60 | 131 | 26 |
| Binary | 1101011 | 1010111 | 110 | 0 | 10011 | 1011110 | 111010 | 110000 | 1011001 | 10110 |
Color Harmonies of #6B5706
Complementary color
Monochromatic Colors of #6B5706
Black with #6B5706
Text Example
Text Example
White with #6B5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5706; }
p { color: rgb(107,87,6); }
H1.HeaderClassName
{
color: #6B5706;
}
.AnyTagClassName
{
color: #6B5706;
}
</style>
background-color css
<style>
a { background-color: #6B5706; }
a { background-color: rgb(107,87,6); }
div.DivClassName
{
background-color: #6B5706;
}
.BgClassName
{
background-color: #6B5706;
}
</style>
border-color css
<style>
span { border-color: #6B5706; }
span { border-color: rgb(107,87,6); }
td.TdClassName
{
border-color: #6B5706;
}
.TagClassName
{
border-color: #6B5706;
}
</style>