Shades of Raw Umber #65420A
Tints of Raw Umber #65420A
RGB
CMYK
RGB Variations
Color information
#65420A (or 0x65420A) is known color: Raw Umber. HEX triplet: 65, 42 and 0A. RGB value is (101,66,10). Sum of RGB (Red+Green+Blue) = 101+66+10=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #65420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65420A is #9ABDF5. Grayscale: #464646. Windows color (decimal): -10141174 or 672357. OLE color: 672357.
HSL color Cylindrical-coordinate representation of color #65420A: hue angle of 36.92º 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 #65420A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 10 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.60 |
| HSL | 36.92º | 0.82% | 0.22% | - |
| HSV(B) | 36.92º | 0.9% | 0.4% | - |
| XYZ | 7.37 | 6.69 | 1.19 | - |
| YUV | 70.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 10 | 0 | 0.35 | 0.90 | 0.60 | 36.92 | 0.82 | 0.22 |
| Hex | 65 | 42 | A | 0 | 23 | 5A | 3C | 25 | 52 | 16 |
| Octal | 145 | 102 | 12 | 0 | 43 | 132 | 74 | 45 | 122 | 26 |
| Binary | 1100101 | 1000010 | 1010 | 0 | 100011 | 1011010 | 111100 | 100101 | 1010010 | 10110 |
Color Harmonies of #65420A
Complementary color
Monochromatic Colors of #65420A
Black with #65420A
Text Example
Text Example
White with #65420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65420A; }
p { color: rgb(101,66,10); }
H1.HeaderClassName
{
color: #65420A;
}
.AnyTagClassName
{
color: #65420A;
}
</style>
background-color css
<style>
a { background-color: #65420A; }
a { background-color: rgb(101,66,10); }
div.DivClassName
{
background-color: #65420A;
}
.BgClassName
{
background-color: #65420A;
}
</style>
border-color css
<style>
span { border-color: #65420A; }
span { border-color: rgb(101,66,10); }
td.TdClassName
{
border-color: #65420A;
}
.TagClassName
{
border-color: #65420A;
}
</style>