Shades of Raw Umber #6F400A
Tints of Raw Umber #6F400A
RGB
CMYK
RGB Variations
Color information
#6F400A (or 0x6F400A) is known color: Raw Umber. HEX triplet: 6F, 40 and 0A. RGB value is (111,64,10). Sum of RGB (Red+Green+Blue) = 111+64+10=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F400A is #90BFF5. Grayscale: #484848. Windows color (decimal): -9486326 or 671855. OLE color: 671855.
HSL color Cylindrical-coordinate representation of color #6F400A: hue angle of 32.08º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F400A is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 10 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.56 |
| HSL | 32.08º | 0.83% | 0.24% | - |
| HSV(B) | 32.08º | 0.91% | 0.44% | - |
| XYZ | 8.44 | 7.07 | 1.21 | - |
| YUV | 71.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 10 | 0 | 0.42 | 0.91 | 0.56 | 32.08 | 0.83 | 0.24 |
| Hex | 6F | 40 | A | 0 | 2A | 5B | 38 | 20 | 53 | 18 |
| Octal | 157 | 100 | 12 | 0 | 52 | 133 | 70 | 40 | 123 | 30 |
| Binary | 1101111 | 1000000 | 1010 | 0 | 101010 | 1011011 | 111000 | 100000 | 1010011 | 11000 |
Color Harmonies of #6F400A
Complementary color
Monochromatic Colors of #6F400A
Black with #6F400A
Text Example
Text Example
White with #6F400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F400A; }
p { color: rgb(111,64,10); }
H1.HeaderClassName
{
color: #6F400A;
}
.AnyTagClassName
{
color: #6F400A;
}
</style>
background-color css
<style>
a { background-color: #6F400A; }
a { background-color: rgb(111,64,10); }
div.DivClassName
{
background-color: #6F400A;
}
.BgClassName
{
background-color: #6F400A;
}
</style>
border-color css
<style>
span { border-color: #6F400A; }
span { border-color: rgb(111,64,10); }
td.TdClassName
{
border-color: #6F400A;
}
.TagClassName
{
border-color: #6F400A;
}
</style>