Shades of Raw Umber #653C05
Tints of Raw Umber #653C05
RGB
CMYK
RGB Variations
Color information
#653C05 (or 0x653C05) is known color: Raw Umber. HEX triplet: 65, 3C and 05. RGB value is (101,60,5). Sum of RGB (Red+Green+Blue) = 101+60+5=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #653C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C05 is #9AC3FA. Grayscale: #424242. Windows color (decimal): -10142715 or 343141. OLE color: 343141.
HSL color Cylindrical-coordinate representation of color #653C05: hue angle of 34.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #653C05 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 5 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.60 |
| HSL | 34.38º | 0.91% | 0.21% | - |
| HSV(B) | 34.38º | 0.95% | 0.4% | - |
| XYZ | 7.01 | 6.01 | 0.93 | - |
| YUV | 65.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 5 | 0 | 0.41 | 0.95 | 0.60 | 34.38 | 0.91 | 0.21 |
| Hex | 65 | 3C | 5 | 0 | 29 | 5F | 3C | 22 | 5B | 15 |
| Octal | 145 | 74 | 5 | 0 | 51 | 137 | 74 | 42 | 133 | 25 |
| Binary | 1100101 | 111100 | 101 | 0 | 101001 | 1011111 | 111100 | 100010 | 1011011 | 10101 |
Color Harmonies of #653C05
Complementary color
Monochromatic Colors of #653C05
Black with #653C05
Text Example
Text Example
White with #653C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C05; }
p { color: rgb(101,60,5); }
H1.HeaderClassName
{
color: #653C05;
}
.AnyTagClassName
{
color: #653C05;
}
</style>
background-color css
<style>
a { background-color: #653C05; }
a { background-color: rgb(101,60,5); }
div.DivClassName
{
background-color: #653C05;
}
.BgClassName
{
background-color: #653C05;
}
</style>
border-color css
<style>
span { border-color: #653C05; }
span { border-color: rgb(101,60,5); }
td.TdClassName
{
border-color: #653C05;
}
.TagClassName
{
border-color: #653C05;
}
</style>