Shades of Raw Umber #6F5F08
Tints of Raw Umber #6F5F08
RGB
CMYK
RGB Variations
Color information
#6F5F08 (or 0x6F5F08) is known color: Raw Umber. HEX triplet: 6F, 5F and 08. RGB value is (111,95,8). Sum of RGB (Red+Green+Blue) = 111+95+8=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F08 is #90A0F7. Grayscale: #5A5A5A. Windows color (decimal): -9478392 or 548719. OLE color: 548719.
HSL color Cylindrical-coordinate representation of color #6F5F08: hue angle of 50.68º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F5F08 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 8 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.56 |
| HSL | 50.68º | 0.87% | 0.23% | - |
| HSV(B) | 50.68º | 0.93% | 0.44% | - |
| XYZ | 10.69 | 11.58 | 1.9 | - |
| YUV | 89.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 8 | 0 | 0.14 | 0.93 | 0.56 | 50.68 | 0.87 | 0.23 |
| Hex | 6F | 5F | 8 | 0 | E | 5D | 38 | 33 | 57 | 17 |
| Octal | 157 | 137 | 10 | 0 | 16 | 135 | 70 | 63 | 127 | 27 |
| Binary | 1101111 | 1011111 | 1000 | 0 | 1110 | 1011101 | 111000 | 110011 | 1010111 | 10111 |
Color Harmonies of #6F5F08
Complementary color
Monochromatic Colors of #6F5F08
Black with #6F5F08
Text Example
Text Example
White with #6F5F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F08; }
p { color: rgb(111,95,8); }
H1.HeaderClassName
{
color: #6F5F08;
}
.AnyTagClassName
{
color: #6F5F08;
}
</style>
background-color css
<style>
a { background-color: #6F5F08; }
a { background-color: rgb(111,95,8); }
div.DivClassName
{
background-color: #6F5F08;
}
.BgClassName
{
background-color: #6F5F08;
}
</style>
border-color css
<style>
span { border-color: #6F5F08; }
span { border-color: rgb(111,95,8); }
td.TdClassName
{
border-color: #6F5F08;
}
.TagClassName
{
border-color: #6F5F08;
}
</style>