Shades of Raw Umber #655211
Tints of Raw Umber #655211
RGB
CMYK
RGB Variations
Color information
#655211 (or 0x655211) is known color: Raw Umber. HEX triplet: 65, 52 and 11. RGB value is (101,82,17). Sum of RGB (Red+Green+Blue) = 101+82+17=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #655211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655211 is #9AADEE. Grayscale: #505050. Windows color (decimal): -10137071 or 1135205. OLE color: 1135205.
HSL color Cylindrical-coordinate representation of color #655211: hue angle of 46.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #655211 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 17 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.60 |
| HSL | 46.43º | 0.71% | 0.23% | - |
| HSV(B) | 46.43º | 0.83% | 0.4% | - |
| XYZ | 8.49 | 8.84 | 1.79 | - |
| YUV | 80.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 17 | 0 | 0.19 | 0.83 | 0.60 | 46.43 | 0.71 | 0.23 |
| Hex | 65 | 52 | 11 | 0 | 13 | 53 | 3C | 2E | 47 | 17 |
| Octal | 145 | 122 | 21 | 0 | 23 | 123 | 74 | 56 | 107 | 27 |
| Binary | 1100101 | 1010010 | 10001 | 0 | 10011 | 1010011 | 111100 | 101110 | 1000111 | 10111 |
Color Harmonies of #655211
Complementary color
Monochromatic Colors of #655211
Black with #655211
Text Example
Text Example
White with #655211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655211; }
p { color: rgb(101,82,17); }
H1.HeaderClassName
{
color: #655211;
}
.AnyTagClassName
{
color: #655211;
}
</style>
background-color css
<style>
a { background-color: #655211; }
a { background-color: rgb(101,82,17); }
div.DivClassName
{
background-color: #655211;
}
.BgClassName
{
background-color: #655211;
}
</style>
border-color css
<style>
span { border-color: #655211; }
span { border-color: rgb(101,82,17); }
td.TdClassName
{
border-color: #655211;
}
.TagClassName
{
border-color: #655211;
}
</style>