Shades of Raw Umber #6F4005
Tints of Raw Umber #6F4005
RGB
CMYK
RGB Variations
Color information
#6F4005 (or 0x6F4005) is known color: Raw Umber. HEX triplet: 6F, 40 and 05. RGB value is (111,64,5). Sum of RGB (Red+Green+Blue) = 111+64+5=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4005 is #90BFFA. Grayscale: #474747. Windows color (decimal): -9486331 or 344175. OLE color: 344175.
HSL color Cylindrical-coordinate representation of color #6F4005: hue angle of 33.4º 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 #6F4005 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 5 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.56 |
| HSL | 33.4º | 0.91% | 0.23% | - |
| HSV(B) | 33.4º | 0.95% | 0.44% | - |
| XYZ | 8.42 | 7.06 | 1.06 | - |
| YUV | 71.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 5 | 0 | 0.42 | 0.95 | 0.56 | 33.4 | 0.91 | 0.23 |
| Hex | 6F | 40 | 5 | 0 | 2A | 5F | 38 | 21 | 5B | 17 |
| Octal | 157 | 100 | 5 | 0 | 52 | 137 | 70 | 41 | 133 | 27 |
| Binary | 1101111 | 1000000 | 101 | 0 | 101010 | 1011111 | 111000 | 100001 | 1011011 | 10111 |
Color Harmonies of #6F4005
Complementary color
Monochromatic Colors of #6F4005
Black with #6F4005
Text Example
Text Example
White with #6F4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4005; }
p { color: rgb(111,64,5); }
H1.HeaderClassName
{
color: #6F4005;
}
.AnyTagClassName
{
color: #6F4005;
}
</style>
background-color css
<style>
a { background-color: #6F4005; }
a { background-color: rgb(111,64,5); }
div.DivClassName
{
background-color: #6F4005;
}
.BgClassName
{
background-color: #6F4005;
}
</style>
border-color css
<style>
span { border-color: #6F4005; }
span { border-color: rgb(111,64,5); }
td.TdClassName
{
border-color: #6F4005;
}
.TagClassName
{
border-color: #6F4005;
}
</style>