Shades of Raw Umber #6F4801
Tints of Raw Umber #6F4801
RGB
CMYK
RGB Variations
Color information
#6F4801 (or 0x6F4801) is known color: Raw Umber. HEX triplet: 6F, 48 and 01. RGB value is (111,72,1). Sum of RGB (Red+Green+Blue) = 111+72+1=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4801 is #90B7FE. Grayscale: #4B4B4B. Windows color (decimal): -9484287 or 84079. OLE color: 84079.
HSL color Cylindrical-coordinate representation of color #6F4801: hue angle of 38.73º 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 #6F4801 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.56 |
| HSL | 38.73º | 0.98% | 0.22% | - |
| HSV(B) | 38.73º | 0.99% | 0.44% | - |
| XYZ | 8.88 | 8.02 | 1.11 | - |
| YUV | 75.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 1 | 0 | 0.35 | 0.99 | 0.56 | 38.73 | 0.98 | 0.22 |
| Hex | 6F | 48 | 1 | 0 | 23 | 63 | 38 | 27 | 62 | 16 |
| Octal | 157 | 110 | 1 | 0 | 43 | 143 | 70 | 47 | 142 | 26 |
| Binary | 1101111 | 1001000 | 1 | 0 | 100011 | 1100011 | 111000 | 100111 | 1100010 | 10110 |
Color Harmonies of #6F4801
Complementary color
Monochromatic Colors of #6F4801
Black with #6F4801
Text Example
Text Example
White with #6F4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4801; }
p { color: rgb(111,72,1); }
H1.HeaderClassName
{
color: #6F4801;
}
.AnyTagClassName
{
color: #6F4801;
}
</style>
background-color css
<style>
a { background-color: #6F4801; }
a { background-color: rgb(111,72,1); }
div.DivClassName
{
background-color: #6F4801;
}
.BgClassName
{
background-color: #6F4801;
}
</style>
border-color css
<style>
span { border-color: #6F4801; }
span { border-color: rgb(111,72,1); }
td.TdClassName
{
border-color: #6F4801;
}
.TagClassName
{
border-color: #6F4801;
}
</style>