Shades of Raw Umber #6F5E05
Tints of Raw Umber #6F5E05
RGB
CMYK
RGB Variations
Color information
#6F5E05 (or 0x6F5E05) is known color: Raw Umber. HEX triplet: 6F, 5E and 05. RGB value is (111,94,5). Sum of RGB (Red+Green+Blue) = 111+94+5=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E05 is #90A1FA. Grayscale: #595959. Windows color (decimal): -9478651 or 351855. OLE color: 351855.
HSL color Cylindrical-coordinate representation of color #6F5E05: hue angle of 50.38º 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 #6F5E05 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 5 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.56 |
| HSL | 50.38º | 0.91% | 0.23% | - |
| HSV(B) | 50.38º | 0.95% | 0.44% | - |
| XYZ | 10.59 | 11.4 | 1.79 | - |
| YUV | 88.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 5 | 0 | 0.15 | 0.95 | 0.56 | 50.38 | 0.91 | 0.23 |
| Hex | 6F | 5E | 5 | 0 | F | 5F | 38 | 32 | 5B | 17 |
| Octal | 157 | 136 | 5 | 0 | 17 | 137 | 70 | 62 | 133 | 27 |
| Binary | 1101111 | 1011110 | 101 | 0 | 1111 | 1011111 | 111000 | 110010 | 1011011 | 10111 |
Color Harmonies of #6F5E05
Complementary color
Monochromatic Colors of #6F5E05
Black with #6F5E05
Text Example
Text Example
White with #6F5E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E05; }
p { color: rgb(111,94,5); }
H1.HeaderClassName
{
color: #6F5E05;
}
.AnyTagClassName
{
color: #6F5E05;
}
</style>
background-color css
<style>
a { background-color: #6F5E05; }
a { background-color: rgb(111,94,5); }
div.DivClassName
{
background-color: #6F5E05;
}
.BgClassName
{
background-color: #6F5E05;
}
</style>
border-color css
<style>
span { border-color: #6F5E05; }
span { border-color: rgb(111,94,5); }
td.TdClassName
{
border-color: #6F5E05;
}
.TagClassName
{
border-color: #6F5E05;
}
</style>