Shades of Raw Umber #6F5E03
Tints of Raw Umber #6F5E03
RGB
CMYK
RGB Variations
Color information
#6F5E03 (or 0x6F5E03) is known color: Raw Umber. HEX triplet: 6F, 5E and 03. RGB value is (111,94,3). Sum of RGB (Red+Green+Blue) = 111+94+3=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E03 is #90A1FC. Grayscale: #595959. Windows color (decimal): -9478653 or 220783. OLE color: 220783.
HSL color Cylindrical-coordinate representation of color #6F5E03: hue angle of 50.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F5E03 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 3 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.56 |
| HSL | 50.56º | 0.95% | 0.22% | - |
| HSV(B) | 50.56º | 0.97% | 0.44% | - |
| XYZ | 10.57 | 11.39 | 1.73 | - |
| YUV | 88.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 3 | 0 | 0.15 | 0.97 | 0.56 | 50.56 | 0.95 | 0.22 |
| Hex | 6F | 5E | 3 | 0 | F | 61 | 38 | 33 | 5F | 16 |
| Octal | 157 | 136 | 3 | 0 | 17 | 141 | 70 | 63 | 137 | 26 |
| Binary | 1101111 | 1011110 | 11 | 0 | 1111 | 1100001 | 111000 | 110011 | 1011111 | 10110 |
Color Harmonies of #6F5E03
Complementary color
Monochromatic Colors of #6F5E03
Black with #6F5E03
Text Example
Text Example
White with #6F5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E03; }
p { color: rgb(111,94,3); }
H1.HeaderClassName
{
color: #6F5E03;
}
.AnyTagClassName
{
color: #6F5E03;
}
</style>
background-color css
<style>
a { background-color: #6F5E03; }
a { background-color: rgb(111,94,3); }
div.DivClassName
{
background-color: #6F5E03;
}
.BgClassName
{
background-color: #6F5E03;
}
</style>
border-color css
<style>
span { border-color: #6F5E03; }
span { border-color: rgb(111,94,3); }
td.TdClassName
{
border-color: #6F5E03;
}
.TagClassName
{
border-color: #6F5E03;
}
</style>