Shades of Raw Umber #655201
Tints of Raw Umber #655201
RGB
CMYK
RGB Variations
Color information
#655201 (or 0x655201) is known color: Raw Umber. HEX triplet: 65, 52 and 01. RGB value is (101,82,1). Sum of RGB (Red+Green+Blue) = 101+82+1=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #655201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655201 is #9AADFE. Grayscale: #4E4E4E. Windows color (decimal): -10137087 or 86629. OLE color: 86629.
HSL color Cylindrical-coordinate representation of color #655201: hue angle of 48.6º 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 #655201 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.60 |
| HSL | 48.6º | 0.98% | 0.2% | - |
| HSV(B) | 48.6º | 0.99% | 0.4% | - |
| XYZ | 8.39 | 8.8 | 1.29 | - |
| YUV | 78.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 1 | 0 | 0.19 | 0.99 | 0.60 | 48.6 | 0.98 | 0.2 |
| Hex | 65 | 52 | 1 | 0 | 13 | 63 | 3C | 31 | 62 | 14 |
| Octal | 145 | 122 | 1 | 0 | 23 | 143 | 74 | 61 | 142 | 24 |
| Binary | 1100101 | 1010010 | 1 | 0 | 10011 | 1100011 | 111100 | 110001 | 1100010 | 10100 |
Color Harmonies of #655201
Complementary color
Monochromatic Colors of #655201
Black with #655201
Text Example
Text Example
White with #655201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655201; }
p { color: rgb(101,82,1); }
H1.HeaderClassName
{
color: #655201;
}
.AnyTagClassName
{
color: #655201;
}
</style>
background-color css
<style>
a { background-color: #655201; }
a { background-color: rgb(101,82,1); }
div.DivClassName
{
background-color: #655201;
}
.BgClassName
{
background-color: #655201;
}
</style>
border-color css
<style>
span { border-color: #655201; }
span { border-color: rgb(101,82,1); }
td.TdClassName
{
border-color: #655201;
}
.TagClassName
{
border-color: #655201;
}
</style>