Shades of Raw Umber #653C0A
Tints of Raw Umber #653C0A
RGB
CMYK
RGB Variations
Color information
#653C0A (or 0x653C0A) is known color: Raw Umber. HEX triplet: 65, 3C and 0A. RGB value is (101,60,10). Sum of RGB (Red+Green+Blue) = 101+60+10=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #653C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C0A is #9AC3F5. Grayscale: #424242. Windows color (decimal): -10142710 or 670821. OLE color: 670821.
HSL color Cylindrical-coordinate representation of color #653C0A: hue angle of 32.97º 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 #653C0A is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 10 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.60 |
| HSL | 32.97º | 0.82% | 0.22% | - |
| HSV(B) | 32.97º | 0.9% | 0.4% | - |
| XYZ | 7.04 | 6.02 | 1.08 | - |
| YUV | 66.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 10 | 0 | 0.41 | 0.90 | 0.60 | 32.97 | 0.82 | 0.22 |
| Hex | 65 | 3C | A | 0 | 29 | 5A | 3C | 21 | 52 | 16 |
| Octal | 145 | 74 | 12 | 0 | 51 | 132 | 74 | 41 | 122 | 26 |
| Binary | 1100101 | 111100 | 1010 | 0 | 101001 | 1011010 | 111100 | 100001 | 1010010 | 10110 |
Color Harmonies of #653C0A
Complementary color
Monochromatic Colors of #653C0A
Black with #653C0A
Text Example
Text Example
White with #653C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C0A; }
p { color: rgb(101,60,10); }
H1.HeaderClassName
{
color: #653C0A;
}
.AnyTagClassName
{
color: #653C0A;
}
</style>
background-color css
<style>
a { background-color: #653C0A; }
a { background-color: rgb(101,60,10); }
div.DivClassName
{
background-color: #653C0A;
}
.BgClassName
{
background-color: #653C0A;
}
</style>
border-color css
<style>
span { border-color: #653C0A; }
span { border-color: rgb(101,60,10); }
td.TdClassName
{
border-color: #653C0A;
}
.TagClassName
{
border-color: #653C0A;
}
</style>