Shades of Raw Umber #6F4901
Tints of Raw Umber #6F4901
RGB
CMYK
RGB Variations
Color information
#6F4901 (or 0x6F4901) is known color: Raw Umber. HEX triplet: 6F, 49 and 01. RGB value is (111,73,1). Sum of RGB (Red+Green+Blue) = 111+73+1=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4901 is #90B6FE. Grayscale: #4C4C4C. Windows color (decimal): -9484031 or 84335. OLE color: 84335.
HSL color Cylindrical-coordinate representation of color #6F4901: hue angle of 39.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F4901 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.56 |
| HSL | 39.27º | 0.98% | 0.22% | - |
| HSV(B) | 39.27º | 0.99% | 0.44% | - |
| XYZ | 8.94 | 8.15 | 1.13 | - |
| YUV | 76.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 1 | 0 | 0.34 | 0.99 | 0.56 | 39.27 | 0.98 | 0.22 |
| Hex | 6F | 49 | 1 | 0 | 22 | 63 | 38 | 27 | 62 | 16 |
| Octal | 157 | 111 | 1 | 0 | 42 | 143 | 70 | 47 | 142 | 26 |
| Binary | 1101111 | 1001001 | 1 | 0 | 100010 | 1100011 | 111000 | 100111 | 1100010 | 10110 |
Color Harmonies of #6F4901
Complementary color
Monochromatic Colors of #6F4901
Black with #6F4901
Text Example
Text Example
White with #6F4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4901; }
p { color: rgb(111,73,1); }
H1.HeaderClassName
{
color: #6F4901;
}
.AnyTagClassName
{
color: #6F4901;
}
</style>
background-color css
<style>
a { background-color: #6F4901; }
a { background-color: rgb(111,73,1); }
div.DivClassName
{
background-color: #6F4901;
}
.BgClassName
{
background-color: #6F4901;
}
</style>
border-color css
<style>
span { border-color: #6F4901; }
span { border-color: rgb(111,73,1); }
td.TdClassName
{
border-color: #6F4901;
}
.TagClassName
{
border-color: #6F4901;
}
</style>