Shades of Raw Umber #6F580B
Tints of Raw Umber #6F580B
RGB
CMYK
RGB Variations
Color information
#6F580B (or 0x6F580B) is known color: Raw Umber. HEX triplet: 6F, 58 and 0B. RGB value is (111,88,11). Sum of RGB (Red+Green+Blue) = 111+88+11=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F580B is #90A7F4. Grayscale: #565656. Windows color (decimal): -9480181 or 743535. OLE color: 743535.
HSL color Cylindrical-coordinate representation of color #6F580B: hue angle of 46.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F580B is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 11 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.56 |
| HSL | 46.2º | 0.82% | 0.24% | - |
| HSV(B) | 46.2º | 0.9% | 0.44% | - |
| XYZ | 10.11 | 10.38 | 1.79 | - |
| YUV | 86.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 11 | 0 | 0.21 | 0.90 | 0.56 | 46.2 | 0.82 | 0.24 |
| Hex | 6F | 58 | B | 0 | 15 | 5A | 38 | 2E | 52 | 18 |
| Octal | 157 | 130 | 13 | 0 | 25 | 132 | 70 | 56 | 122 | 30 |
| Binary | 1101111 | 1011000 | 1011 | 0 | 10101 | 1011010 | 111000 | 101110 | 1010010 | 11000 |
Color Harmonies of #6F580B
Complementary color
Monochromatic Colors of #6F580B
Black with #6F580B
Text Example
Text Example
White with #6F580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F580B; }
p { color: rgb(111,88,11); }
H1.HeaderClassName
{
color: #6F580B;
}
.AnyTagClassName
{
color: #6F580B;
}
</style>
background-color css
<style>
a { background-color: #6F580B; }
a { background-color: rgb(111,88,11); }
div.DivClassName
{
background-color: #6F580B;
}
.BgClassName
{
background-color: #6F580B;
}
</style>
border-color css
<style>
span { border-color: #6F580B; }
span { border-color: rgb(111,88,11); }
td.TdClassName
{
border-color: #6F580B;
}
.TagClassName
{
border-color: #6F580B;
}
</style>