Shades of Raw Umber #6F460F
Tints of Raw Umber #6F460F
RGB
CMYK
RGB Variations
Color information
#6F460F (or 0x6F460F) is known color: Raw Umber. HEX triplet: 6F, 46 and 0F. RGB value is (111,70,15). Sum of RGB (Red+Green+Blue) = 111+70+15=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F460F is #90B9F0. Grayscale: #4C4C4C. Windows color (decimal): -9484785 or 1001071. OLE color: 1001071.
HSL color Cylindrical-coordinate representation of color #6F460F: hue angle of 34.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F460F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 15 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.56 |
| HSL | 34.38º | 0.76% | 0.25% | - |
| HSV(B) | 34.38º | 0.86% | 0.44% | - |
| XYZ | 8.83 | 7.79 | 1.49 | - |
| YUV | 75.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 15 | 0 | 0.37 | 0.86 | 0.56 | 34.38 | 0.76 | 0.25 |
| Hex | 6F | 46 | F | 0 | 25 | 56 | 38 | 22 | 4C | 19 |
| Octal | 157 | 106 | 17 | 0 | 45 | 126 | 70 | 42 | 114 | 31 |
| Binary | 1101111 | 1000110 | 1111 | 0 | 100101 | 1010110 | 111000 | 100010 | 1001100 | 11001 |
Color Harmonies of #6F460F
Complementary color
Monochromatic Colors of #6F460F
Black with #6F460F
Text Example
Text Example
White with #6F460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F460F; }
p { color: rgb(111,70,15); }
H1.HeaderClassName
{
color: #6F460F;
}
.AnyTagClassName
{
color: #6F460F;
}
</style>
background-color css
<style>
a { background-color: #6F460F; }
a { background-color: rgb(111,70,15); }
div.DivClassName
{
background-color: #6F460F;
}
.BgClassName
{
background-color: #6F460F;
}
</style>
border-color css
<style>
span { border-color: #6F460F; }
span { border-color: rgb(111,70,15); }
td.TdClassName
{
border-color: #6F460F;
}
.TagClassName
{
border-color: #6F460F;
}
</style>