Shades of Raw Umber #6F3F08
Tints of Raw Umber #6F3F08
RGB
CMYK
RGB Variations
Color information
#6F3F08 (or 0x6F3F08) is known color: Raw Umber. HEX triplet: 6F, 3F and 08. RGB value is (111,63,8). Sum of RGB (Red+Green+Blue) = 111+63+8=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3F08 is #90C0F7. Grayscale: #474747. Windows color (decimal): -9486584 or 540527. OLE color: 540527.
HSL color Cylindrical-coordinate representation of color #6F3F08: hue angle of 32.04º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F3F08 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 8 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.56 |
| HSL | 32.04º | 0.87% | 0.23% | - |
| HSV(B) | 32.04º | 0.93% | 0.44% | - |
| XYZ | 8.38 | 6.95 | 1.13 | - |
| YUV | 71.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 8 | 0 | 0.43 | 0.93 | 0.56 | 32.04 | 0.87 | 0.23 |
| Hex | 6F | 3F | 8 | 0 | 2B | 5D | 38 | 20 | 57 | 17 |
| Octal | 157 | 77 | 10 | 0 | 53 | 135 | 70 | 40 | 127 | 27 |
| Binary | 1101111 | 111111 | 1000 | 0 | 101011 | 1011101 | 111000 | 100000 | 1010111 | 10111 |
Color Harmonies of #6F3F08
Complementary color
Monochromatic Colors of #6F3F08
Black with #6F3F08
Text Example
Text Example
White with #6F3F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F08; }
p { color: rgb(111,63,8); }
H1.HeaderClassName
{
color: #6F3F08;
}
.AnyTagClassName
{
color: #6F3F08;
}
</style>
background-color css
<style>
a { background-color: #6F3F08; }
a { background-color: rgb(111,63,8); }
div.DivClassName
{
background-color: #6F3F08;
}
.BgClassName
{
background-color: #6F3F08;
}
</style>
border-color css
<style>
span { border-color: #6F3F08; }
span { border-color: rgb(111,63,8); }
td.TdClassName
{
border-color: #6F3F08;
}
.TagClassName
{
border-color: #6F3F08;
}
</style>