Shades of Raw Umber #655900
Tints of Raw Umber #655900
RGB
CMYK
RGB Variations
Color information
#655900 (or 0x655900) is known color: Raw Umber. HEX triplet: 65, 59 and 00. RGB value is (101,89,0). Sum of RGB (Red+Green+Blue) = 101+89+0=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655900 is #9AA6FF. Grayscale: #525252. Windows color (decimal): -10135296 or 22885. OLE color: 22885.
HSL color Cylindrical-coordinate representation of color #655900: hue angle of 52.87º 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 #655900 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.60 |
| HSL | 52.87º | 1% | 0.2% | - |
| HSV(B) | 52.87º | 1% | 0.4% | - |
| XYZ | 8.94 | 9.91 | 1.44 | - |
| YUV | 82.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 0 | 0 | 0.12 | 1 | 0.60 | 52.87 | 1 | 0.2 |
| Hex | 65 | 59 | 0 | 0 | C | 64 | 3C | 35 | 64 | 14 |
| Octal | 145 | 131 | 0 | 0 | 14 | 144 | 74 | 65 | 144 | 24 |
| Binary | 1100101 | 1011001 | 0 | 0 | 1100 | 1100100 | 111100 | 110101 | 1100100 | 10100 |
Color Harmonies of #655900
Complementary color
Monochromatic Colors of #655900
Black with #655900
Text Example
Text Example
White with #655900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655900; }
p { color: rgb(101,89,0); }
H1.HeaderClassName
{
color: #655900;
}
.AnyTagClassName
{
color: #655900;
}
</style>
background-color css
<style>
a { background-color: #655900; }
a { background-color: rgb(101,89,0); }
div.DivClassName
{
background-color: #655900;
}
.BgClassName
{
background-color: #655900;
}
</style>
border-color css
<style>
span { border-color: #655900; }
span { border-color: rgb(101,89,0); }
td.TdClassName
{
border-color: #655900;
}
.TagClassName
{
border-color: #655900;
}
</style>