Shades of Raw Umber #6F460C
Tints of Raw Umber #6F460C
RGB
CMYK
RGB Variations
Color information
#6F460C (or 0x6F460C) is known color: Raw Umber. HEX triplet: 6F, 46 and 0C. RGB value is (111,70,12). Sum of RGB (Red+Green+Blue) = 111+70+12=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F460C is #90B9F3. Grayscale: #4B4B4B. Windows color (decimal): -9484788 or 804463. OLE color: 804463.
HSL color Cylindrical-coordinate representation of color #6F460C: hue angle of 35.15º 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 #6F460C is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 12 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.56 |
| HSL | 35.15º | 0.8% | 0.24% | - |
| HSV(B) | 35.15º | 0.89% | 0.44% | - |
| XYZ | 8.81 | 7.79 | 1.39 | - |
| YUV | 75.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 12 | 0 | 0.37 | 0.89 | 0.56 | 35.15 | 0.8 | 0.24 |
| Hex | 6F | 46 | C | 0 | 25 | 59 | 38 | 23 | 50 | 18 |
| Octal | 157 | 106 | 14 | 0 | 45 | 131 | 70 | 43 | 120 | 30 |
| Binary | 1101111 | 1000110 | 1100 | 0 | 100101 | 1011001 | 111000 | 100011 | 1010000 | 11000 |
Color Harmonies of #6F460C
Complementary color
Monochromatic Colors of #6F460C
Black with #6F460C
Text Example
Text Example
White with #6F460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F460C; }
p { color: rgb(111,70,12); }
H1.HeaderClassName
{
color: #6F460C;
}
.AnyTagClassName
{
color: #6F460C;
}
</style>
background-color css
<style>
a { background-color: #6F460C; }
a { background-color: rgb(111,70,12); }
div.DivClassName
{
background-color: #6F460C;
}
.BgClassName
{
background-color: #6F460C;
}
</style>
border-color css
<style>
span { border-color: #6F460C; }
span { border-color: rgb(111,70,12); }
td.TdClassName
{
border-color: #6F460C;
}
.TagClassName
{
border-color: #6F460C;
}
</style>