Shades of Raw Umber #653D00
Tints of Raw Umber #653D00
RGB
CMYK
RGB Variations
Color information
#653D00 (or 0x653D00) is known color: Raw Umber. HEX triplet: 65, 3D and 00. RGB value is (101,61,0). Sum of RGB (Red+Green+Blue) = 101+61+0=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #653D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653D00 is #9AC2FF. Grayscale: #424242. Windows color (decimal): -10142464 or 15717. OLE color: 15717.
HSL color Cylindrical-coordinate representation of color #653D00: hue angle of 36.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #653D00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.60 |
| HSL | 36.24º | 1% | 0.2% | - |
| HSV(B) | 36.24º | 1% | 0.4% | - |
| XYZ | 7.04 | 6.1 | 0.81 | - |
| YUV | 66.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 0 | 0 | 0.40 | 1 | 0.60 | 36.24 | 1 | 0.2 |
| Hex | 65 | 3D | 0 | 0 | 28 | 64 | 3C | 24 | 64 | 14 |
| Octal | 145 | 75 | 0 | 0 | 50 | 144 | 74 | 44 | 144 | 24 |
| Binary | 1100101 | 111101 | 0 | 0 | 101000 | 1100100 | 111100 | 100100 | 1100100 | 10100 |
Color Harmonies of #653D00
Complementary color
Monochromatic Colors of #653D00
Black with #653D00
Text Example
Text Example
White with #653D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D00; }
p { color: rgb(101,61,0); }
H1.HeaderClassName
{
color: #653D00;
}
.AnyTagClassName
{
color: #653D00;
}
</style>
background-color css
<style>
a { background-color: #653D00; }
a { background-color: rgb(101,61,0); }
div.DivClassName
{
background-color: #653D00;
}
.BgClassName
{
background-color: #653D00;
}
</style>
border-color css
<style>
span { border-color: #653D00; }
span { border-color: rgb(101,61,0); }
td.TdClassName
{
border-color: #653D00;
}
.TagClassName
{
border-color: #653D00;
}
</style>