Shades of Raw Umber #6F410D
Tints of Raw Umber #6F410D
RGB
CMYK
RGB Variations
Color information
#6F410D (or 0x6F410D) is known color: Raw Umber. HEX triplet: 6F, 41 and 0D. RGB value is (111,65,13). Sum of RGB (Red+Green+Blue) = 111+65+13=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F410D is #90BEF2. Grayscale: #494949. Windows color (decimal): -9486067 or 868719. OLE color: 868719.
HSL color Cylindrical-coordinate representation of color #6F410D: hue angle of 31.84º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F410D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 13 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.56 |
| HSL | 31.84º | 0.79% | 0.24% | - |
| HSV(B) | 31.84º | 0.88% | 0.44% | - |
| XYZ | 8.52 | 7.19 | 1.32 | - |
| YUV | 72.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 13 | 0 | 0.41 | 0.88 | 0.56 | 31.84 | 0.79 | 0.24 |
| Hex | 6F | 41 | D | 0 | 29 | 58 | 38 | 20 | 4F | 18 |
| Octal | 157 | 101 | 15 | 0 | 51 | 130 | 70 | 40 | 117 | 30 |
| Binary | 1101111 | 1000001 | 1101 | 0 | 101001 | 1011000 | 111000 | 100000 | 1001111 | 11000 |
Color Harmonies of #6F410D
Complementary color
Monochromatic Colors of #6F410D
Black with #6F410D
Text Example
Text Example
White with #6F410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F410D; }
p { color: rgb(111,65,13); }
H1.HeaderClassName
{
color: #6F410D;
}
.AnyTagClassName
{
color: #6F410D;
}
</style>
background-color css
<style>
a { background-color: #6F410D; }
a { background-color: rgb(111,65,13); }
div.DivClassName
{
background-color: #6F410D;
}
.BgClassName
{
background-color: #6F410D;
}
</style>
border-color css
<style>
span { border-color: #6F410D; }
span { border-color: rgb(111,65,13); }
td.TdClassName
{
border-color: #6F410D;
}
.TagClassName
{
border-color: #6F410D;
}
</style>