Shades of Raw Umber #6F6005
Tints of Raw Umber #6F6005
RGB
CMYK
RGB Variations
Color information
#6F6005 (or 0x6F6005) is known color: Raw Umber. HEX triplet: 6F, 60 and 05. RGB value is (111,96,5). Sum of RGB (Red+Green+Blue) = 111+96+5=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6005 is #909FFA. Grayscale: #5A5A5A. Windows color (decimal): -9478139 or 352367. OLE color: 352367.
HSL color Cylindrical-coordinate representation of color #6F6005: hue angle of 51.51º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F6005 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 5 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.56 |
| HSL | 51.51º | 0.91% | 0.23% | - |
| HSV(B) | 51.51º | 0.95% | 0.44% | - |
| XYZ | 10.77 | 11.76 | 1.85 | - |
| YUV | 90.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 5 | 0 | 0.14 | 0.95 | 0.56 | 51.51 | 0.91 | 0.23 |
| Hex | 6F | 60 | 5 | 0 | E | 5F | 38 | 34 | 5B | 17 |
| Octal | 157 | 140 | 5 | 0 | 16 | 137 | 70 | 64 | 133 | 27 |
| Binary | 1101111 | 1100000 | 101 | 0 | 1110 | 1011111 | 111000 | 110100 | 1011011 | 10111 |
Color Harmonies of #6F6005
Complementary color
Monochromatic Colors of #6F6005
Black with #6F6005
Text Example
Text Example
White with #6F6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6005; }
p { color: rgb(111,96,5); }
H1.HeaderClassName
{
color: #6F6005;
}
.AnyTagClassName
{
color: #6F6005;
}
</style>
background-color css
<style>
a { background-color: #6F6005; }
a { background-color: rgb(111,96,5); }
div.DivClassName
{
background-color: #6F6005;
}
.BgClassName
{
background-color: #6F6005;
}
</style>
border-color css
<style>
span { border-color: #6F6005; }
span { border-color: rgb(111,96,5); }
td.TdClassName
{
border-color: #6F6005;
}
.TagClassName
{
border-color: #6F6005;
}
</style>