Shades of Raw Umber #655800
Tints of Raw Umber #655800
RGB
CMYK
RGB Variations
Color information
#655800 (or 0x655800) is known color: Raw Umber. HEX triplet: 65, 58 and 00. RGB value is (101,88,0). Sum of RGB (Red+Green+Blue) = 101+88+0=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #655800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655800 is #9AA7FF. Grayscale: #525252. Windows color (decimal): -10135552 or 22629. OLE color: 22629.
HSL color Cylindrical-coordinate representation of color #655800: hue angle of 52.28º 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 #655800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.60 |
| HSL | 52.28º | 1% | 0.2% | - |
| HSV(B) | 52.28º | 1% | 0.4% | - |
| XYZ | 8.86 | 9.75 | 1.41 | - |
| YUV | 81.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 0 | 0 | 0.13 | 1 | 0.60 | 52.28 | 1 | 0.2 |
| Hex | 65 | 58 | 0 | 0 | D | 64 | 3C | 34 | 64 | 14 |
| Octal | 145 | 130 | 0 | 0 | 15 | 144 | 74 | 64 | 144 | 24 |
| Binary | 1100101 | 1011000 | 0 | 0 | 1101 | 1100100 | 111100 | 110100 | 1100100 | 10100 |
Color Harmonies of #655800
Complementary color
Monochromatic Colors of #655800
Black with #655800
Text Example
Text Example
White with #655800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655800; }
p { color: rgb(101,88,0); }
H1.HeaderClassName
{
color: #655800;
}
.AnyTagClassName
{
color: #655800;
}
</style>
background-color css
<style>
a { background-color: #655800; }
a { background-color: rgb(101,88,0); }
div.DivClassName
{
background-color: #655800;
}
.BgClassName
{
background-color: #655800;
}
</style>
border-color css
<style>
span { border-color: #655800; }
span { border-color: rgb(101,88,0); }
td.TdClassName
{
border-color: #655800;
}
.TagClassName
{
border-color: #655800;
}
</style>