Shades of Raw Umber #6F410C
Tints of Raw Umber #6F410C
RGB
CMYK
RGB Variations
Color information
#6F410C (or 0x6F410C) is known color: Raw Umber. HEX triplet: 6F, 41 and 0C. RGB value is (111,65,12). Sum of RGB (Red+Green+Blue) = 111+65+12=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F410C is #90BEF3. Grayscale: #484848. Windows color (decimal): -9486068 or 803183. OLE color: 803183.
HSL color Cylindrical-coordinate representation of color #6F410C: hue angle of 32.12º 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 #6F410C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 12 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.56 |
| HSL | 32.12º | 0.8% | 0.24% | - |
| HSV(B) | 32.12º | 0.89% | 0.44% | - |
| XYZ | 8.51 | 7.19 | 1.29 | - |
| YUV | 72.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 12 | 0 | 0.41 | 0.89 | 0.56 | 32.12 | 0.8 | 0.24 |
| Hex | 6F | 41 | C | 0 | 29 | 59 | 38 | 20 | 50 | 18 |
| Octal | 157 | 101 | 14 | 0 | 51 | 131 | 70 | 40 | 120 | 30 |
| Binary | 1101111 | 1000001 | 1100 | 0 | 101001 | 1011001 | 111000 | 100000 | 1010000 | 11000 |
Color Harmonies of #6F410C
Complementary color
Monochromatic Colors of #6F410C
Black with #6F410C
Text Example
Text Example
White with #6F410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F410C; }
p { color: rgb(111,65,12); }
H1.HeaderClassName
{
color: #6F410C;
}
.AnyTagClassName
{
color: #6F410C;
}
</style>
background-color css
<style>
a { background-color: #6F410C; }
a { background-color: rgb(111,65,12); }
div.DivClassName
{
background-color: #6F410C;
}
.BgClassName
{
background-color: #6F410C;
}
</style>
border-color css
<style>
span { border-color: #6F410C; }
span { border-color: rgb(111,65,12); }
td.TdClassName
{
border-color: #6F410C;
}
.TagClassName
{
border-color: #6F410C;
}
</style>