Shades of Raw Umber #6F4802
Tints of Raw Umber #6F4802
RGB
CMYK
RGB Variations
Color information
#6F4802 (or 0x6F4802) is known color: Raw Umber. HEX triplet: 6F, 48 and 02. RGB value is (111,72,2). Sum of RGB (Red+Green+Blue) = 111+72+2=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4802 is #90B7FD. Grayscale: #4C4C4C. Windows color (decimal): -9484286 or 149615. OLE color: 149615.
HSL color Cylindrical-coordinate representation of color #6F4802: hue angle of 38.53º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F4802 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.56 |
| HSL | 38.53º | 0.96% | 0.22% | - |
| HSV(B) | 38.53º | 0.98% | 0.44% | - |
| XYZ | 8.88 | 8.02 | 1.14 | - |
| YUV | 75.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 2 | 0 | 0.35 | 0.98 | 0.56 | 38.53 | 0.96 | 0.22 |
| Hex | 6F | 48 | 2 | 0 | 23 | 62 | 38 | 27 | 60 | 16 |
| Octal | 157 | 110 | 2 | 0 | 43 | 142 | 70 | 47 | 140 | 26 |
| Binary | 1101111 | 1001000 | 10 | 0 | 100011 | 1100010 | 111000 | 100111 | 1100000 | 10110 |
Color Harmonies of #6F4802
Complementary color
Monochromatic Colors of #6F4802
Black with #6F4802
Text Example
Text Example
White with #6F4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4802; }
p { color: rgb(111,72,2); }
H1.HeaderClassName
{
color: #6F4802;
}
.AnyTagClassName
{
color: #6F4802;
}
</style>
background-color css
<style>
a { background-color: #6F4802; }
a { background-color: rgb(111,72,2); }
div.DivClassName
{
background-color: #6F4802;
}
.BgClassName
{
background-color: #6F4802;
}
</style>
border-color css
<style>
span { border-color: #6F4802; }
span { border-color: rgb(111,72,2); }
td.TdClassName
{
border-color: #6F4802;
}
.TagClassName
{
border-color: #6F4802;
}
</style>