Shades of Raw Umber #653E0E
Tints of Raw Umber #653E0E
RGB
CMYK
RGB Variations
Color information
#653E0E (or 0x653E0E) is known color: Raw Umber. HEX triplet: 65, 3E and 0E. RGB value is (101,62,14). Sum of RGB (Red+Green+Blue) = 101+62+14=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #653E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653E0E is #9AC1F1. Grayscale: #444444. Windows color (decimal): -10142194 or 933477. OLE color: 933477.
HSL color Cylindrical-coordinate representation of color #653E0E: hue angle of 33.1º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #653E0E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 62 | 14 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.60 |
| HSL | 33.1º | 0.76% | 0.23% | - |
| HSV(B) | 33.1º | 0.86% | 0.4% | - |
| XYZ | 7.17 | 6.24 | 1.24 | - |
| YUV | 68.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 14 | 0 | 0.39 | 0.86 | 0.60 | 33.1 | 0.76 | 0.23 |
| Hex | 65 | 3E | E | 0 | 27 | 56 | 3C | 21 | 4C | 17 |
| Octal | 145 | 76 | 16 | 0 | 47 | 126 | 74 | 41 | 114 | 27 |
| Binary | 1100101 | 111110 | 1110 | 0 | 100111 | 1010110 | 111100 | 100001 | 1001100 | 10111 |
Color Harmonies of #653E0E
Complementary color
Monochromatic Colors of #653E0E
Black with #653E0E
Text Example
Text Example
White with #653E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E0E; }
p { color: rgb(101,62,14); }
H1.HeaderClassName
{
color: #653E0E;
}
.AnyTagClassName
{
color: #653E0E;
}
</style>
background-color css
<style>
a { background-color: #653E0E; }
a { background-color: rgb(101,62,14); }
div.DivClassName
{
background-color: #653E0E;
}
.BgClassName
{
background-color: #653E0E;
}
</style>
border-color css
<style>
span { border-color: #653E0E; }
span { border-color: rgb(101,62,14); }
td.TdClassName
{
border-color: #653E0E;
}
.TagClassName
{
border-color: #653E0E;
}
</style>