Shades of Raw Umber #654211
Tints of Raw Umber #654211
RGB
CMYK
RGB Variations
Color information
#654211 (or 0x654211) is known color: Raw Umber. HEX triplet: 65, 42 and 11. RGB value is (101,66,17). Sum of RGB (Red+Green+Blue) = 101+66+17=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #654211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654211 is #9ABDEE. Grayscale: #474747. Windows color (decimal): -10141167 or 1131109. OLE color: 1131109.
HSL color Cylindrical-coordinate representation of color #654211: hue angle of 35º 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 #654211 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 17 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.60 |
| HSL | 35º | 0.71% | 0.23% | - |
| HSV(B) | 35º | 0.83% | 0.4% | - |
| XYZ | 7.42 | 6.7 | 1.43 | - |
| YUV | 70.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 17 | 0 | 0.35 | 0.83 | 0.60 | 35 | 0.71 | 0.23 |
| Hex | 65 | 42 | 11 | 0 | 23 | 53 | 3C | 23 | 47 | 17 |
| Octal | 145 | 102 | 21 | 0 | 43 | 123 | 74 | 43 | 107 | 27 |
| Binary | 1100101 | 1000010 | 10001 | 0 | 100011 | 1010011 | 111100 | 100011 | 1000111 | 10111 |
Color Harmonies of #654211
Complementary color
Monochromatic Colors of #654211
Black with #654211
Text Example
Text Example
White with #654211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654211; }
p { color: rgb(101,66,17); }
H1.HeaderClassName
{
color: #654211;
}
.AnyTagClassName
{
color: #654211;
}
</style>
background-color css
<style>
a { background-color: #654211; }
a { background-color: rgb(101,66,17); }
div.DivClassName
{
background-color: #654211;
}
.BgClassName
{
background-color: #654211;
}
</style>
border-color css
<style>
span { border-color: #654211; }
span { border-color: rgb(101,66,17); }
td.TdClassName
{
border-color: #654211;
}
.TagClassName
{
border-color: #654211;
}
</style>