Shades of Raw Umber #655500
Tints of Raw Umber #655500
RGB
CMYK
RGB Variations
Color information
#655500 (or 0x655500) is known color: Raw Umber. HEX triplet: 65, 55 and 00. RGB value is (101,85,0). Sum of RGB (Red+Green+Blue) = 101+85+0=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #655500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655500 is #9AAAFF. Grayscale: #505050. Windows color (decimal): -10136320 or 21861. OLE color: 21861.
HSL color Cylindrical-coordinate representation of color #655500: hue angle of 50.5º 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 #655500 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.60 |
| HSL | 50.5º | 1% | 0.2% | - |
| HSV(B) | 50.5º | 1% | 0.4% | - |
| XYZ | 8.62 | 9.26 | 1.33 | - |
| YUV | 80.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 0 | 0 | 0.16 | 1 | 0.60 | 50.5 | 1 | 0.2 |
| Hex | 65 | 55 | 0 | 0 | 10 | 64 | 3C | 32 | 64 | 14 |
| Octal | 145 | 125 | 0 | 0 | 20 | 144 | 74 | 62 | 144 | 24 |
| Binary | 1100101 | 1010101 | 0 | 0 | 10000 | 1100100 | 111100 | 110010 | 1100100 | 10100 |
Color Harmonies of #655500
Complementary color
Monochromatic Colors of #655500
Black with #655500
Text Example
Text Example
White with #655500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655500; }
p { color: rgb(101,85,0); }
H1.HeaderClassName
{
color: #655500;
}
.AnyTagClassName
{
color: #655500;
}
</style>
background-color css
<style>
a { background-color: #655500; }
a { background-color: rgb(101,85,0); }
div.DivClassName
{
background-color: #655500;
}
.BgClassName
{
background-color: #655500;
}
</style>
border-color css
<style>
span { border-color: #655500; }
span { border-color: rgb(101,85,0); }
td.TdClassName
{
border-color: #655500;
}
.TagClassName
{
border-color: #655500;
}
</style>