Shades of Raw Umber #65460A
Tints of Raw Umber #65460A
RGB
CMYK
RGB Variations
Color information
#65460A (or 0x65460A) is known color: Raw Umber. HEX triplet: 65, 46 and 0A. RGB value is (101,70,10). Sum of RGB (Red+Green+Blue) = 101+70+10=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65460A is #9AB9F5. Grayscale: #484848. Windows color (decimal): -10140150 or 673381. OLE color: 673381.
HSL color Cylindrical-coordinate representation of color #65460A: hue angle of 39.56º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65460A is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 10 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.60 |
| HSL | 39.56º | 0.82% | 0.22% | - |
| HSV(B) | 39.56º | 0.9% | 0.4% | - |
| XYZ | 7.61 | 7.17 | 1.27 | - |
| YUV | 72.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 10 | 0 | 0.31 | 0.90 | 0.60 | 39.56 | 0.82 | 0.22 |
| Hex | 65 | 46 | A | 0 | 1F | 5A | 3C | 28 | 52 | 16 |
| Octal | 145 | 106 | 12 | 0 | 37 | 132 | 74 | 50 | 122 | 26 |
| Binary | 1100101 | 1000110 | 1010 | 0 | 11111 | 1011010 | 111100 | 101000 | 1010010 | 10110 |
Color Harmonies of #65460A
Complementary color
Monochromatic Colors of #65460A
Black with #65460A
Text Example
Text Example
White with #65460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65460A; }
p { color: rgb(101,70,10); }
H1.HeaderClassName
{
color: #65460A;
}
.AnyTagClassName
{
color: #65460A;
}
</style>
background-color css
<style>
a { background-color: #65460A; }
a { background-color: rgb(101,70,10); }
div.DivClassName
{
background-color: #65460A;
}
.BgClassName
{
background-color: #65460A;
}
</style>
border-color css
<style>
span { border-color: #65460A; }
span { border-color: rgb(101,70,10); }
td.TdClassName
{
border-color: #65460A;
}
.TagClassName
{
border-color: #65460A;
}
</style>