Shades of Raw Umber #655501
Tints of Raw Umber #655501
RGB
CMYK
RGB Variations
Color information
#655501 (or 0x655501) is known color: Raw Umber. HEX triplet: 65, 55 and 01. RGB value is (101,85,1). Sum of RGB (Red+Green+Blue) = 101+85+1=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #655501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655501 is #9AAAFE. Grayscale: #505050. Windows color (decimal): -10136319 or 87397. OLE color: 87397.
HSL color Cylindrical-coordinate representation of color #655501: hue angle of 50.4º 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 #655501 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.60 |
| HSL | 50.4º | 0.98% | 0.2% | - |
| HSV(B) | 50.4º | 0.99% | 0.4% | - |
| XYZ | 8.62 | 9.27 | 1.36 | - |
| YUV | 80.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 1 | 0 | 0.16 | 0.99 | 0.60 | 50.4 | 0.98 | 0.2 |
| Hex | 65 | 55 | 1 | 0 | 10 | 63 | 3C | 32 | 62 | 14 |
| Octal | 145 | 125 | 1 | 0 | 20 | 143 | 74 | 62 | 142 | 24 |
| Binary | 1100101 | 1010101 | 1 | 0 | 10000 | 1100011 | 111100 | 110010 | 1100010 | 10100 |
Color Harmonies of #655501
Complementary color
Monochromatic Colors of #655501
Black with #655501
Text Example
Text Example
White with #655501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655501; }
p { color: rgb(101,85,1); }
H1.HeaderClassName
{
color: #655501;
}
.AnyTagClassName
{
color: #655501;
}
</style>
background-color css
<style>
a { background-color: #655501; }
a { background-color: rgb(101,85,1); }
div.DivClassName
{
background-color: #655501;
}
.BgClassName
{
background-color: #655501;
}
</style>
border-color css
<style>
span { border-color: #655501; }
span { border-color: rgb(101,85,1); }
td.TdClassName
{
border-color: #655501;
}
.TagClassName
{
border-color: #655501;
}
</style>