Shades of Raw Umber #653A01
Tints of Raw Umber #653A01
RGB
CMYK
RGB Variations
Color information
#653A01 (or 0x653A01) is known color: Raw Umber. HEX triplet: 65, 3A and 01. RGB value is (101,58,1). Sum of RGB (Red+Green+Blue) = 101+58+1=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #653A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653A01 is #9AC5FE. Grayscale: #404040. Windows color (decimal): -10143231 or 80485. OLE color: 80485.
HSL color Cylindrical-coordinate representation of color #653A01: hue angle of 34.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #653A01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.60 |
| HSL | 34.2º | 0.98% | 0.2% | - |
| HSV(B) | 34.2º | 0.99% | 0.4% | - |
| XYZ | 6.89 | 5.8 | 0.78 | - |
| YUV | 64.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 1 | 0 | 0.43 | 0.99 | 0.60 | 34.2 | 0.98 | 0.2 |
| Hex | 65 | 3A | 1 | 0 | 2B | 63 | 3C | 22 | 62 | 14 |
| Octal | 145 | 72 | 1 | 0 | 53 | 143 | 74 | 42 | 142 | 24 |
| Binary | 1100101 | 111010 | 1 | 0 | 101011 | 1100011 | 111100 | 100010 | 1100010 | 10100 |
Color Harmonies of #653A01
Complementary color
Monochromatic Colors of #653A01
Black with #653A01
Text Example
Text Example
White with #653A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A01; }
p { color: rgb(101,58,1); }
H1.HeaderClassName
{
color: #653A01;
}
.AnyTagClassName
{
color: #653A01;
}
</style>
background-color css
<style>
a { background-color: #653A01; }
a { background-color: rgb(101,58,1); }
div.DivClassName
{
background-color: #653A01;
}
.BgClassName
{
background-color: #653A01;
}
</style>
border-color css
<style>
span { border-color: #653A01; }
span { border-color: rgb(101,58,1); }
td.TdClassName
{
border-color: #653A01;
}
.TagClassName
{
border-color: #653A01;
}
</style>