Shades of Raw Umber #6F4A08
Tints of Raw Umber #6F4A08
RGB
CMYK
RGB Variations
Color information
#6F4A08 (or 0x6F4A08) is known color: Raw Umber. HEX triplet: 6F, 4A and 08. RGB value is (111,74,8). Sum of RGB (Red+Green+Blue) = 111+74+8=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4A08 is #90B5F7. Grayscale: #4D4D4D. Windows color (decimal): -9483768 or 543343. OLE color: 543343.
HSL color Cylindrical-coordinate representation of color #6F4A08: hue angle of 38.45º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F4A08 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 8 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.56 |
| HSL | 38.45º | 0.87% | 0.23% | - |
| HSV(B) | 38.45º | 0.93% | 0.44% | - |
| XYZ | 9.05 | 8.29 | 1.35 | - |
| YUV | 77.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 8 | 0 | 0.33 | 0.93 | 0.56 | 38.45 | 0.87 | 0.23 |
| Hex | 6F | 4A | 8 | 0 | 21 | 5D | 38 | 26 | 57 | 17 |
| Octal | 157 | 112 | 10 | 0 | 41 | 135 | 70 | 46 | 127 | 27 |
| Binary | 1101111 | 1001010 | 1000 | 0 | 100001 | 1011101 | 111000 | 100110 | 1010111 | 10111 |
Color Harmonies of #6F4A08
Complementary color
Monochromatic Colors of #6F4A08
Black with #6F4A08
Text Example
Text Example
White with #6F4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A08; }
p { color: rgb(111,74,8); }
H1.HeaderClassName
{
color: #6F4A08;
}
.AnyTagClassName
{
color: #6F4A08;
}
</style>
background-color css
<style>
a { background-color: #6F4A08; }
a { background-color: rgb(111,74,8); }
div.DivClassName
{
background-color: #6F4A08;
}
.BgClassName
{
background-color: #6F4A08;
}
</style>
border-color css
<style>
span { border-color: #6F4A08; }
span { border-color: rgb(111,74,8); }
td.TdClassName
{
border-color: #6F4A08;
}
.TagClassName
{
border-color: #6F4A08;
}
</style>