Shades of Raw Umber #6F5F03
Tints of Raw Umber #6F5F03
RGB
CMYK
RGB Variations
Color information
#6F5F03 (or 0x6F5F03) is known color: Raw Umber. HEX triplet: 6F, 5F and 03. RGB value is (111,95,3). Sum of RGB (Red+Green+Blue) = 111+95+3=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F03 is #90A0FC. Grayscale: #595959. Windows color (decimal): -9478397 or 221039. OLE color: 221039.
HSL color Cylindrical-coordinate representation of color #6F5F03: hue angle of 51.11º 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 #6F5F03 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.56 |
| HSL | 51.11º | 0.95% | 0.22% | - |
| HSV(B) | 51.11º | 0.97% | 0.44% | - |
| XYZ | 10.66 | 11.57 | 1.76 | - |
| YUV | 89.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 3 | 0 | 0.14 | 0.97 | 0.56 | 51.11 | 0.95 | 0.22 |
| Hex | 6F | 5F | 3 | 0 | E | 61 | 38 | 33 | 5F | 16 |
| Octal | 157 | 137 | 3 | 0 | 16 | 141 | 70 | 63 | 137 | 26 |
| Binary | 1101111 | 1011111 | 11 | 0 | 1110 | 1100001 | 111000 | 110011 | 1011111 | 10110 |
Color Harmonies of #6F5F03
Complementary color
Monochromatic Colors of #6F5F03
Black with #6F5F03
Text Example
Text Example
White with #6F5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F03; }
p { color: rgb(111,95,3); }
H1.HeaderClassName
{
color: #6F5F03;
}
.AnyTagClassName
{
color: #6F5F03;
}
</style>
background-color css
<style>
a { background-color: #6F5F03; }
a { background-color: rgb(111,95,3); }
div.DivClassName
{
background-color: #6F5F03;
}
.BgClassName
{
background-color: #6F5F03;
}
</style>
border-color css
<style>
span { border-color: #6F5F03; }
span { border-color: rgb(111,95,3); }
td.TdClassName
{
border-color: #6F5F03;
}
.TagClassName
{
border-color: #6F5F03;
}
</style>