Shades of Raw Umber #655504
Tints of Raw Umber #655504
RGB
CMYK
RGB Variations
Color information
#655504 (or 0x655504) is known color: Raw Umber. HEX triplet: 65, 55 and 04. RGB value is (101,85,4). Sum of RGB (Red+Green+Blue) = 101+85+4=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655504 is #9AAAFB. Grayscale: #505050. Windows color (decimal): -10136316 or 284005. OLE color: 284005.
HSL color Cylindrical-coordinate representation of color #655504: hue angle of 50.1º 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 #655504 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 4 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.60 |
| HSL | 50.1º | 0.92% | 0.21% | - |
| HSV(B) | 50.1º | 0.96% | 0.4% | - |
| XYZ | 8.64 | 9.27 | 1.45 | - |
| YUV | 80.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 4 | 0 | 0.16 | 0.96 | 0.60 | 50.1 | 0.92 | 0.21 |
| Hex | 65 | 55 | 4 | 0 | 10 | 60 | 3C | 32 | 5C | 15 |
| Octal | 145 | 125 | 4 | 0 | 20 | 140 | 74 | 62 | 134 | 25 |
| Binary | 1100101 | 1010101 | 100 | 0 | 10000 | 1100000 | 111100 | 110010 | 1011100 | 10101 |
Color Harmonies of #655504
Complementary color
Monochromatic Colors of #655504
Black with #655504
Text Example
Text Example
White with #655504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655504; }
p { color: rgb(101,85,4); }
H1.HeaderClassName
{
color: #655504;
}
.AnyTagClassName
{
color: #655504;
}
</style>
background-color css
<style>
a { background-color: #655504; }
a { background-color: rgb(101,85,4); }
div.DivClassName
{
background-color: #655504;
}
.BgClassName
{
background-color: #655504;
}
</style>
border-color css
<style>
span { border-color: #655504; }
span { border-color: rgb(101,85,4); }
td.TdClassName
{
border-color: #655504;
}
.TagClassName
{
border-color: #655504;
}
</style>