Shades of Raw Umber #655801
Tints of Raw Umber #655801
RGB
CMYK
RGB Variations
Color information
#655801 (or 0x655801) is known color: Raw Umber. HEX triplet: 65, 58 and 01. RGB value is (101,88,1). Sum of RGB (Red+Green+Blue) = 101+88+1=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655801 is #9AA7FE. Grayscale: #525252. Windows color (decimal): -10135551 or 88165. OLE color: 88165.
HSL color Cylindrical-coordinate representation of color #655801: hue angle of 52.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655801 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.60 |
| HSL | 52.2º | 0.98% | 0.2% | - |
| HSV(B) | 52.2º | 0.99% | 0.4% | - |
| XYZ | 8.86 | 9.75 | 1.44 | - |
| YUV | 81.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 1 | 0 | 0.13 | 0.99 | 0.60 | 52.2 | 0.98 | 0.2 |
| Hex | 65 | 58 | 1 | 0 | D | 63 | 3C | 34 | 62 | 14 |
| Octal | 145 | 130 | 1 | 0 | 15 | 143 | 74 | 64 | 142 | 24 |
| Binary | 1100101 | 1011000 | 1 | 0 | 1101 | 1100011 | 111100 | 110100 | 1100010 | 10100 |
Color Harmonies of #655801
Complementary color
Monochromatic Colors of #655801
Black with #655801
Text Example
Text Example
White with #655801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655801; }
p { color: rgb(101,88,1); }
H1.HeaderClassName
{
color: #655801;
}
.AnyTagClassName
{
color: #655801;
}
</style>
background-color css
<style>
a { background-color: #655801; }
a { background-color: rgb(101,88,1); }
div.DivClassName
{
background-color: #655801;
}
.BgClassName
{
background-color: #655801;
}
</style>
border-color css
<style>
span { border-color: #655801; }
span { border-color: rgb(101,88,1); }
td.TdClassName
{
border-color: #655801;
}
.TagClassName
{
border-color: #655801;
}
</style>