Shades of Raw Umber #653C02
Tints of Raw Umber #653C02
RGB
CMYK
RGB Variations
Color information
#653C02 (or 0x653C02) is known color: Raw Umber. HEX triplet: 65, 3C and 02. RGB value is (101,60,2). Sum of RGB (Red+Green+Blue) = 101+60+2=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #653C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C02 is #9AC3FD. Grayscale: #414141. Windows color (decimal): -10142718 or 146533. OLE color: 146533.
HSL color Cylindrical-coordinate representation of color #653C02: hue angle of 35.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #653C02 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 2 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.60 |
| HSL | 35.15º | 0.96% | 0.2% | - |
| HSV(B) | 35.15º | 0.98% | 0.4% | - |
| XYZ | 6.99 | 6 | 0.85 | - |
| YUV | 65.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 2 | 0 | 0.41 | 0.98 | 0.60 | 35.15 | 0.96 | 0.2 |
| Hex | 65 | 3C | 2 | 0 | 29 | 62 | 3C | 23 | 60 | 14 |
| Octal | 145 | 74 | 2 | 0 | 51 | 142 | 74 | 43 | 140 | 24 |
| Binary | 1100101 | 111100 | 10 | 0 | 101001 | 1100010 | 111100 | 100011 | 1100000 | 10100 |
Color Harmonies of #653C02
Complementary color
Monochromatic Colors of #653C02
Black with #653C02
Text Example
Text Example
White with #653C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C02; }
p { color: rgb(101,60,2); }
H1.HeaderClassName
{
color: #653C02;
}
.AnyTagClassName
{
color: #653C02;
}
</style>
background-color css
<style>
a { background-color: #653C02; }
a { background-color: rgb(101,60,2); }
div.DivClassName
{
background-color: #653C02;
}
.BgClassName
{
background-color: #653C02;
}
</style>
border-color css
<style>
span { border-color: #653C02; }
span { border-color: rgb(101,60,2); }
td.TdClassName
{
border-color: #653C02;
}
.TagClassName
{
border-color: #653C02;
}
</style>