Shades of Raw Umber #653900
Tints of Raw Umber #653900
RGB
CMYK
RGB Variations
Color information
#653900 (or 0x653900) is known color: Raw Umber. HEX triplet: 65, 39 and 00. RGB value is (101,57,0). Sum of RGB (Red+Green+Blue) = 101+57+0=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #653900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653900 is #9AC6FF. Grayscale: #3F3F3F. Windows color (decimal): -10143488 or 14693. OLE color: 14693.
HSL color Cylindrical-coordinate representation of color #653900: hue angle of 33.86º 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 #653900 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.60 |
| HSL | 33.86º | 1% | 0.2% | - |
| HSV(B) | 33.86º | 1% | 0.4% | - |
| XYZ | 6.83 | 5.69 | 0.74 | - |
| YUV | 63.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 0 | 0 | 0.44 | 1 | 0.60 | 33.86 | 1 | 0.2 |
| Hex | 65 | 39 | 0 | 0 | 2C | 64 | 3C | 22 | 64 | 14 |
| Octal | 145 | 71 | 0 | 0 | 54 | 144 | 74 | 42 | 144 | 24 |
| Binary | 1100101 | 111001 | 0 | 0 | 101100 | 1100100 | 111100 | 100010 | 1100100 | 10100 |
Color Harmonies of #653900
Complementary color
Monochromatic Colors of #653900
Black with #653900
Text Example
Text Example
White with #653900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653900; }
p { color: rgb(101,57,0); }
H1.HeaderClassName
{
color: #653900;
}
.AnyTagClassName
{
color: #653900;
}
</style>
background-color css
<style>
a { background-color: #653900; }
a { background-color: rgb(101,57,0); }
div.DivClassName
{
background-color: #653900;
}
.BgClassName
{
background-color: #653900;
}
</style>
border-color css
<style>
span { border-color: #653900; }
span { border-color: rgb(101,57,0); }
td.TdClassName
{
border-color: #653900;
}
.TagClassName
{
border-color: #653900;
}
</style>