Shades of Raw Umber #65490D
Tints of Raw Umber #65490D
RGB
CMYK
RGB Variations
Color information
#65490D (or 0x65490D) is known color: Raw Umber. HEX triplet: 65, 49 and 0D. RGB value is (101,73,13). Sum of RGB (Red+Green+Blue) = 101+73+13=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65490D is #9AB6F2. Grayscale: #4A4A4A. Windows color (decimal): -10139379 or 870757. OLE color: 870757.
HSL color Cylindrical-coordinate representation of color #65490D: hue angle of 40.91º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65490D is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 13 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.60 |
| HSL | 40.91º | 0.77% | 0.22% | - |
| HSV(B) | 40.91º | 0.87% | 0.4% | - |
| XYZ | 7.82 | 7.56 | 1.43 | - |
| YUV | 74.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 13 | 0 | 0.28 | 0.87 | 0.60 | 40.91 | 0.77 | 0.22 |
| Hex | 65 | 49 | D | 0 | 1C | 57 | 3C | 29 | 4D | 16 |
| Octal | 145 | 111 | 15 | 0 | 34 | 127 | 74 | 51 | 115 | 26 |
| Binary | 1100101 | 1001001 | 1101 | 0 | 11100 | 1010111 | 111100 | 101001 | 1001101 | 10110 |
Color Harmonies of #65490D
Complementary color
Monochromatic Colors of #65490D
Black with #65490D
Text Example
Text Example
White with #65490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65490D; }
p { color: rgb(101,73,13); }
H1.HeaderClassName
{
color: #65490D;
}
.AnyTagClassName
{
color: #65490D;
}
</style>
background-color css
<style>
a { background-color: #65490D; }
a { background-color: rgb(101,73,13); }
div.DivClassName
{
background-color: #65490D;
}
.BgClassName
{
background-color: #65490D;
}
</style>
border-color css
<style>
span { border-color: #65490D; }
span { border-color: rgb(101,73,13); }
td.TdClassName
{
border-color: #65490D;
}
.TagClassName
{
border-color: #65490D;
}
</style>