Shades of Raw Umber #65490E
Tints of Raw Umber #65490E
RGB
CMYK
RGB Variations
Color information
#65490E (or 0x65490E) is known color: Raw Umber. HEX triplet: 65, 49 and 0E. RGB value is (101,73,14). Sum of RGB (Red+Green+Blue) = 101+73+14=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #65490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65490E is #9AB6F1. Grayscale: #4A4A4A. Windows color (decimal): -10139378 or 936293. OLE color: 936293.
HSL color Cylindrical-coordinate representation of color #65490E: hue angle of 40.69º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65490E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 14 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.60 |
| HSL | 40.69º | 0.76% | 0.23% | - |
| HSV(B) | 40.69º | 0.86% | 0.4% | - |
| XYZ | 7.83 | 7.56 | 1.46 | - |
| YUV | 74.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 14 | 0 | 0.28 | 0.86 | 0.60 | 40.69 | 0.76 | 0.23 |
| Hex | 65 | 49 | E | 0 | 1C | 56 | 3C | 29 | 4C | 17 |
| Octal | 145 | 111 | 16 | 0 | 34 | 126 | 74 | 51 | 114 | 27 |
| Binary | 1100101 | 1001001 | 1110 | 0 | 11100 | 1010110 | 111100 | 101001 | 1001100 | 10111 |
Color Harmonies of #65490E
Complementary color
Monochromatic Colors of #65490E
Black with #65490E
Text Example
Text Example
White with #65490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65490E; }
p { color: rgb(101,73,14); }
H1.HeaderClassName
{
color: #65490E;
}
.AnyTagClassName
{
color: #65490E;
}
</style>
background-color css
<style>
a { background-color: #65490E; }
a { background-color: rgb(101,73,14); }
div.DivClassName
{
background-color: #65490E;
}
.BgClassName
{
background-color: #65490E;
}
</style>
border-color css
<style>
span { border-color: #65490E; }
span { border-color: rgb(101,73,14); }
td.TdClassName
{
border-color: #65490E;
}
.TagClassName
{
border-color: #65490E;
}
</style>