Shades of Raw Umber #6F400C
Tints of Raw Umber #6F400C
RGB
CMYK
RGB Variations
Color information
#6F400C (or 0x6F400C) is known color: Raw Umber. HEX triplet: 6F, 40 and 0C. RGB value is (111,64,12). Sum of RGB (Red+Green+Blue) = 111+64+12=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F400C is #90BFF3. Grayscale: #484848. Windows color (decimal): -9486324 or 802927. OLE color: 802927.
HSL color Cylindrical-coordinate representation of color #6F400C: hue angle of 31.52º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F400C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 12 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.56 |
| HSL | 31.52º | 0.8% | 0.24% | - |
| HSV(B) | 31.52º | 0.89% | 0.44% | - |
| XYZ | 8.46 | 7.07 | 1.27 | - |
| YUV | 72.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 12 | 0 | 0.42 | 0.89 | 0.56 | 31.52 | 0.8 | 0.24 |
| Hex | 6F | 40 | C | 0 | 2A | 59 | 38 | 20 | 50 | 18 |
| Octal | 157 | 100 | 14 | 0 | 52 | 131 | 70 | 40 | 120 | 30 |
| Binary | 1101111 | 1000000 | 1100 | 0 | 101010 | 1011001 | 111000 | 100000 | 1010000 | 11000 |
Color Harmonies of #6F400C
Complementary color
Monochromatic Colors of #6F400C
Black with #6F400C
Text Example
Text Example
White with #6F400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F400C; }
p { color: rgb(111,64,12); }
H1.HeaderClassName
{
color: #6F400C;
}
.AnyTagClassName
{
color: #6F400C;
}
</style>
background-color css
<style>
a { background-color: #6F400C; }
a { background-color: rgb(111,64,12); }
div.DivClassName
{
background-color: #6F400C;
}
.BgClassName
{
background-color: #6F400C;
}
</style>
border-color css
<style>
span { border-color: #6F400C; }
span { border-color: rgb(111,64,12); }
td.TdClassName
{
border-color: #6F400C;
}
.TagClassName
{
border-color: #6F400C;
}
</style>