Shades of Raw Umber #653A00
Tints of Raw Umber #653A00
RGB
CMYK
RGB Variations
Color information
#653A00 (or 0x653A00) is known color: Raw Umber. HEX triplet: 65, 3A and 00. RGB value is (101,58,0). Sum of RGB (Red+Green+Blue) = 101+58+0=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #653A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653A00 is #9AC5FF. Grayscale: #404040. Windows color (decimal): -10143232 or 14949. OLE color: 14949.
HSL color Cylindrical-coordinate representation of color #653A00: hue angle of 34.46º 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 #653A00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.60 |
| HSL | 34.46º | 1% | 0.2% | - |
| HSV(B) | 34.46º | 1% | 0.4% | - |
| XYZ | 6.88 | 5.79 | 0.76 | - |
| YUV | 64.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 0 | 0 | 0.43 | 1 | 0.60 | 34.46 | 1 | 0.2 |
| Hex | 65 | 3A | 0 | 0 | 2B | 64 | 3C | 22 | 64 | 14 |
| Octal | 145 | 72 | 0 | 0 | 53 | 144 | 74 | 42 | 144 | 24 |
| Binary | 1100101 | 111010 | 0 | 0 | 101011 | 1100100 | 111100 | 100010 | 1100100 | 10100 |
Color Harmonies of #653A00
Complementary color
Monochromatic Colors of #653A00
Black with #653A00
Text Example
Text Example
White with #653A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A00; }
p { color: rgb(101,58,0); }
H1.HeaderClassName
{
color: #653A00;
}
.AnyTagClassName
{
color: #653A00;
}
</style>
background-color css
<style>
a { background-color: #653A00; }
a { background-color: rgb(101,58,0); }
div.DivClassName
{
background-color: #653A00;
}
.BgClassName
{
background-color: #653A00;
}
</style>
border-color css
<style>
span { border-color: #653A00; }
span { border-color: rgb(101,58,0); }
td.TdClassName
{
border-color: #653A00;
}
.TagClassName
{
border-color: #653A00;
}
</style>