Shades of Raw Umber #6F4009
Tints of Raw Umber #6F4009
RGB
CMYK
RGB Variations
Color information
#6F4009 (or 0x6F4009) is known color: Raw Umber. HEX triplet: 6F, 40 and 09. RGB value is (111,64,9). Sum of RGB (Red+Green+Blue) = 111+64+9=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4009 is #90BFF6. Grayscale: #484848. Windows color (decimal): -9486327 or 606319. OLE color: 606319.
HSL color Cylindrical-coordinate representation of color #6F4009: hue angle of 32.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F4009 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 9 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.56 |
| HSL | 32.35º | 0.85% | 0.24% | - |
| HSV(B) | 32.35º | 0.92% | 0.44% | - |
| XYZ | 8.44 | 7.07 | 1.18 | - |
| YUV | 71.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 9 | 0 | 0.42 | 0.92 | 0.56 | 32.35 | 0.85 | 0.24 |
| Hex | 6F | 40 | 9 | 0 | 2A | 5C | 38 | 20 | 55 | 18 |
| Octal | 157 | 100 | 11 | 0 | 52 | 134 | 70 | 40 | 125 | 30 |
| Binary | 1101111 | 1000000 | 1001 | 0 | 101010 | 1011100 | 111000 | 100000 | 1010101 | 11000 |
Color Harmonies of #6F4009
Complementary color
Monochromatic Colors of #6F4009
Black with #6F4009
Text Example
Text Example
White with #6F4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4009; }
p { color: rgb(111,64,9); }
H1.HeaderClassName
{
color: #6F4009;
}
.AnyTagClassName
{
color: #6F4009;
}
</style>
background-color css
<style>
a { background-color: #6F4009; }
a { background-color: rgb(111,64,9); }
div.DivClassName
{
background-color: #6F4009;
}
.BgClassName
{
background-color: #6F4009;
}
</style>
border-color css
<style>
span { border-color: #6F4009; }
span { border-color: rgb(111,64,9); }
td.TdClassName
{
border-color: #6F4009;
}
.TagClassName
{
border-color: #6F4009;
}
</style>