Shades of Raw Umber #655401
Tints of Raw Umber #655401
RGB
CMYK
RGB Variations
Color information
#655401 (or 0x655401) is known color: Raw Umber. HEX triplet: 65, 54 and 01. RGB value is (101,84,1). Sum of RGB (Red+Green+Blue) = 101+84+1=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #655401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655401 is #9AABFE. Grayscale: #4F4F4F. Windows color (decimal): -10136575 or 87141. OLE color: 87141.
HSL color Cylindrical-coordinate representation of color #655401: hue angle of 49.8º 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 #655401 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.60 |
| HSL | 49.8º | 0.98% | 0.2% | - |
| HSV(B) | 49.8º | 0.99% | 0.4% | - |
| XYZ | 8.54 | 9.11 | 1.34 | - |
| YUV | 79.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 1 | 0 | 0.17 | 0.99 | 0.60 | 49.8 | 0.98 | 0.2 |
| Hex | 65 | 54 | 1 | 0 | 11 | 63 | 3C | 32 | 62 | 14 |
| Octal | 145 | 124 | 1 | 0 | 21 | 143 | 74 | 62 | 142 | 24 |
| Binary | 1100101 | 1010100 | 1 | 0 | 10001 | 1100011 | 111100 | 110010 | 1100010 | 10100 |
Color Harmonies of #655401
Complementary color
Monochromatic Colors of #655401
Black with #655401
Text Example
Text Example
White with #655401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655401; }
p { color: rgb(101,84,1); }
H1.HeaderClassName
{
color: #655401;
}
.AnyTagClassName
{
color: #655401;
}
</style>
background-color css
<style>
a { background-color: #655401; }
a { background-color: rgb(101,84,1); }
div.DivClassName
{
background-color: #655401;
}
.BgClassName
{
background-color: #655401;
}
</style>
border-color css
<style>
span { border-color: #655401; }
span { border-color: rgb(101,84,1); }
td.TdClassName
{
border-color: #655401;
}
.TagClassName
{
border-color: #655401;
}
</style>