Shades of Raw Umber #5F4106
Tints of Raw Umber #5F4106
RGB
CMYK
RGB Variations
Color information
#5F4106 (or 0x5F4106) is known color: Raw Umber. HEX triplet: 5F, 41 and 06. RGB value is (95,65,6). Sum of RGB (Red+Green+Blue) = 95+65+6=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4106 is #A0BEF9. Grayscale: #434343. Windows color (decimal): -10534650 or 409951. OLE color: 409951.
HSL color Cylindrical-coordinate representation of color #5F4106: hue angle of 39.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F4106 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 6 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.63 |
| HSL | 39.78º | 0.88% | 0.2% | - |
| HSV(B) | 39.78º | 0.94% | 0.37% | - |
| XYZ | 6.64 | 6.23 | 1.02 | - |
| YUV | 67.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 6 | 0 | 0.32 | 0.94 | 0.63 | 39.78 | 0.88 | 0.2 |
| Hex | 5F | 41 | 6 | 0 | 20 | 5E | 3F | 28 | 58 | 14 |
| Octal | 137 | 101 | 6 | 0 | 40 | 136 | 77 | 50 | 130 | 24 |
| Binary | 1011111 | 1000001 | 110 | 0 | 100000 | 1011110 | 111111 | 101000 | 1011000 | 10100 |
Color Harmonies of #5F4106
Complementary color
Monochromatic Colors of #5F4106
Black with #5F4106
Text Example
Text Example
White with #5F4106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4106; }
p { color: rgb(95,65,6); }
H1.HeaderClassName
{
color: #5F4106;
}
.AnyTagClassName
{
color: #5F4106;
}
</style>
background-color css
<style>
a { background-color: #5F4106; }
a { background-color: rgb(95,65,6); }
div.DivClassName
{
background-color: #5F4106;
}
.BgClassName
{
background-color: #5F4106;
}
</style>
border-color css
<style>
span { border-color: #5F4106; }
span { border-color: rgb(95,65,6); }
td.TdClassName
{
border-color: #5F4106;
}
.TagClassName
{
border-color: #5F4106;
}
</style>