Shades of Raw Umber #6F4D05
Tints of Raw Umber #6F4D05
RGB
CMYK
RGB Variations
Color information
#6F4D05 (or 0x6F4D05) is known color: Raw Umber. HEX triplet: 6F, 4D and 05. RGB value is (111,77,5). Sum of RGB (Red+Green+Blue) = 111+77+5=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4D05 is #90B2FA. Grayscale: #4F4F4F. Windows color (decimal): -9483003 or 347503. OLE color: 347503.
HSL color Cylindrical-coordinate representation of color #6F4D05: hue angle of 40.75º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F4D05 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 5 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.56 |
| HSL | 40.75º | 0.91% | 0.23% | - |
| HSV(B) | 40.75º | 0.95% | 0.44% | - |
| XYZ | 9.24 | 8.7 | 1.34 | - |
| YUV | 78.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 5 | 0 | 0.31 | 0.95 | 0.56 | 40.75 | 0.91 | 0.23 |
| Hex | 6F | 4D | 5 | 0 | 1F | 5F | 38 | 29 | 5B | 17 |
| Octal | 157 | 115 | 5 | 0 | 37 | 137 | 70 | 51 | 133 | 27 |
| Binary | 1101111 | 1001101 | 101 | 0 | 11111 | 1011111 | 111000 | 101001 | 1011011 | 10111 |
Color Harmonies of #6F4D05
Complementary color
Monochromatic Colors of #6F4D05
Black with #6F4D05
Text Example
Text Example
White with #6F4D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D05; }
p { color: rgb(111,77,5); }
H1.HeaderClassName
{
color: #6F4D05;
}
.AnyTagClassName
{
color: #6F4D05;
}
</style>
background-color css
<style>
a { background-color: #6F4D05; }
a { background-color: rgb(111,77,5); }
div.DivClassName
{
background-color: #6F4D05;
}
.BgClassName
{
background-color: #6F4D05;
}
</style>
border-color css
<style>
span { border-color: #6F4D05; }
span { border-color: rgb(111,77,5); }
td.TdClassName
{
border-color: #6F4D05;
}
.TagClassName
{
border-color: #6F4D05;
}
</style>