Shades of Raw Umber #655804
Tints of Raw Umber #655804
RGB
CMYK
RGB Variations
Color information
#655804 (or 0x655804) is known color: Raw Umber. HEX triplet: 65, 58 and 04. RGB value is (101,88,4). Sum of RGB (Red+Green+Blue) = 101+88+4=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #655804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655804 is #9AA7FB. Grayscale: #525252. Windows color (decimal): -10135548 or 284773. OLE color: 284773.
HSL color Cylindrical-coordinate representation of color #655804: hue angle of 51.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #655804 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 4 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.60 |
| HSL | 51.96º | 0.92% | 0.21% | - |
| HSV(B) | 51.96º | 0.96% | 0.4% | - |
| XYZ | 8.88 | 9.75 | 1.53 | - |
| YUV | 82.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 4 | 0 | 0.13 | 0.96 | 0.60 | 51.96 | 0.92 | 0.21 |
| Hex | 65 | 58 | 4 | 0 | D | 60 | 3C | 34 | 5C | 15 |
| Octal | 145 | 130 | 4 | 0 | 15 | 140 | 74 | 64 | 134 | 25 |
| Binary | 1100101 | 1011000 | 100 | 0 | 1101 | 1100000 | 111100 | 110100 | 1011100 | 10101 |
Color Harmonies of #655804
Complementary color
Monochromatic Colors of #655804
Black with #655804
Text Example
Text Example
White with #655804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655804; }
p { color: rgb(101,88,4); }
H1.HeaderClassName
{
color: #655804;
}
.AnyTagClassName
{
color: #655804;
}
</style>
background-color css
<style>
a { background-color: #655804; }
a { background-color: rgb(101,88,4); }
div.DivClassName
{
background-color: #655804;
}
.BgClassName
{
background-color: #655804;
}
</style>
border-color css
<style>
span { border-color: #655804; }
span { border-color: rgb(101,88,4); }
td.TdClassName
{
border-color: #655804;
}
.TagClassName
{
border-color: #655804;
}
</style>