Shades of Raw Umber #6F4D08
Tints of Raw Umber #6F4D08
RGB
CMYK
RGB Variations
Color information
#6F4D08 (or 0x6F4D08) is known color: Raw Umber. HEX triplet: 6F, 4D and 08. RGB value is (111,77,8). Sum of RGB (Red+Green+Blue) = 111+77+8=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4D08 is #90B2F7. Grayscale: #4F4F4F. Windows color (decimal): -9483000 or 544111. OLE color: 544111.
HSL color Cylindrical-coordinate representation of color #6F4D08: hue angle of 40.19º 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 #6F4D08 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 8 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.56 |
| HSL | 40.19º | 0.87% | 0.23% | - |
| HSV(B) | 40.19º | 0.93% | 0.44% | - |
| XYZ | 9.25 | 8.7 | 1.42 | - |
| YUV | 79.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 8 | 0 | 0.31 | 0.93 | 0.56 | 40.19 | 0.87 | 0.23 |
| Hex | 6F | 4D | 8 | 0 | 1F | 5D | 38 | 28 | 57 | 17 |
| Octal | 157 | 115 | 10 | 0 | 37 | 135 | 70 | 50 | 127 | 27 |
| Binary | 1101111 | 1001101 | 1000 | 0 | 11111 | 1011101 | 111000 | 101000 | 1010111 | 10111 |
Color Harmonies of #6F4D08
Complementary color
Monochromatic Colors of #6F4D08
Black with #6F4D08
Text Example
Text Example
White with #6F4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D08; }
p { color: rgb(111,77,8); }
H1.HeaderClassName
{
color: #6F4D08;
}
.AnyTagClassName
{
color: #6F4D08;
}
</style>
background-color css
<style>
a { background-color: #6F4D08; }
a { background-color: rgb(111,77,8); }
div.DivClassName
{
background-color: #6F4D08;
}
.BgClassName
{
background-color: #6F4D08;
}
</style>
border-color css
<style>
span { border-color: #6F4D08; }
span { border-color: rgb(111,77,8); }
td.TdClassName
{
border-color: #6F4D08;
}
.TagClassName
{
border-color: #6F4D08;
}
</style>