Shades of Raw Umber #6F4113
Tints of Raw Umber #6F4113
RGB
CMYK
RGB Variations
Color information
#6F4113 (or 0x6F4113) is known color: Raw Umber. HEX triplet: 6F, 41 and 13. RGB value is (111,65,19). Sum of RGB (Red+Green+Blue) = 111+65+19=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4113 is #90BEEC. Grayscale: #494949. Windows color (decimal): -9486061 or 1261935. OLE color: 1261935.
HSL color Cylindrical-coordinate representation of color #6F4113: hue angle of 30º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F4113 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 19 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.56 |
| HSL | 30º | 0.71% | 0.25% | - |
| HSV(B) | 30º | 0.83% | 0.44% | - |
| XYZ | 8.56 | 7.21 | 1.56 | - |
| YUV | 73.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 19 | 0 | 0.41 | 0.83 | 0.56 | 30 | 0.71 | 0.25 |
| Hex | 6F | 41 | 13 | 0 | 29 | 53 | 38 | 1E | 47 | 19 |
| Octal | 157 | 101 | 23 | 0 | 51 | 123 | 70 | 36 | 107 | 31 |
| Binary | 1101111 | 1000001 | 10011 | 0 | 101001 | 1010011 | 111000 | 11110 | 1000111 | 11001 |
Color Harmonies of #6F4113
Complementary color
Monochromatic Colors of #6F4113
Black with #6F4113
Text Example
Text Example
White with #6F4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4113; }
p { color: rgb(111,65,19); }
H1.HeaderClassName
{
color: #6F4113;
}
.AnyTagClassName
{
color: #6F4113;
}
</style>
background-color css
<style>
a { background-color: #6F4113; }
a { background-color: rgb(111,65,19); }
div.DivClassName
{
background-color: #6F4113;
}
.BgClassName
{
background-color: #6F4113;
}
</style>
border-color css
<style>
span { border-color: #6F4113; }
span { border-color: rgb(111,65,19); }
td.TdClassName
{
border-color: #6F4113;
}
.TagClassName
{
border-color: #6F4113;
}
</style>