Shades of Raw Umber #655A00
Tints of Raw Umber #655A00
RGB
CMYK
RGB Variations
Color information
#655A00 (or 0x655A00) is known color: Raw Umber. HEX triplet: 65, 5A and 00. RGB value is (101,90,0). Sum of RGB (Red+Green+Blue) = 101+90+0=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #655A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655A00 is #9AA5FF. Grayscale: #535353. Windows color (decimal): -10135040 or 23141. OLE color: 23141.
HSL color Cylindrical-coordinate representation of color #655A00: hue angle of 53.47º 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 #655A00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.60 |
| HSL | 53.47º | 1% | 0.2% | - |
| HSV(B) | 53.47º | 1% | 0.4% | - |
| XYZ | 9.02 | 10.08 | 1.47 | - |
| YUV | 83.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 0 | 0 | 0.11 | 1 | 0.60 | 53.47 | 1 | 0.2 |
| Hex | 65 | 5A | 0 | 0 | B | 64 | 3C | 35 | 64 | 14 |
| Octal | 145 | 132 | 0 | 0 | 13 | 144 | 74 | 65 | 144 | 24 |
| Binary | 1100101 | 1011010 | 0 | 0 | 1011 | 1100100 | 111100 | 110101 | 1100100 | 10100 |
Color Harmonies of #655A00
Complementary color
Monochromatic Colors of #655A00
Black with #655A00
Text Example
Text Example
White with #655A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A00; }
p { color: rgb(101,90,0); }
H1.HeaderClassName
{
color: #655A00;
}
.AnyTagClassName
{
color: #655A00;
}
</style>
background-color css
<style>
a { background-color: #655A00; }
a { background-color: rgb(101,90,0); }
div.DivClassName
{
background-color: #655A00;
}
.BgClassName
{
background-color: #655A00;
}
</style>
border-color css
<style>
span { border-color: #655A00; }
span { border-color: rgb(101,90,0); }
td.TdClassName
{
border-color: #655A00;
}
.TagClassName
{
border-color: #655A00;
}
</style>