Shades of Raw Umber #654A11
Tints of Raw Umber #654A11
RGB
CMYK
RGB Variations
Color information
#654A11 (or 0x654A11) is known color: Raw Umber. HEX triplet: 65, 4A and 11. RGB value is (101,74,17). Sum of RGB (Red+Green+Blue) = 101+74+17=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #654A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A11 is #9AB5EE. Grayscale: #4B4B4B. Windows color (decimal): -10139119 or 1133157. OLE color: 1133157.
HSL color Cylindrical-coordinate representation of color #654A11: hue angle of 40.71º 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 #654A11 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 17 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.60 |
| HSL | 40.71º | 0.71% | 0.23% | - |
| HSV(B) | 40.71º | 0.83% | 0.4% | - |
| XYZ | 7.92 | 7.7 | 1.6 | - |
| YUV | 75.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 17 | 0 | 0.27 | 0.83 | 0.60 | 40.71 | 0.71 | 0.23 |
| Hex | 65 | 4A | 11 | 0 | 1B | 53 | 3C | 29 | 47 | 17 |
| Octal | 145 | 112 | 21 | 0 | 33 | 123 | 74 | 51 | 107 | 27 |
| Binary | 1100101 | 1001010 | 10001 | 0 | 11011 | 1010011 | 111100 | 101001 | 1000111 | 10111 |
Color Harmonies of #654A11
Complementary color
Monochromatic Colors of #654A11
Black with #654A11
Text Example
Text Example
White with #654A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A11; }
p { color: rgb(101,74,17); }
H1.HeaderClassName
{
color: #654A11;
}
.AnyTagClassName
{
color: #654A11;
}
</style>
background-color css
<style>
a { background-color: #654A11; }
a { background-color: rgb(101,74,17); }
div.DivClassName
{
background-color: #654A11;
}
.BgClassName
{
background-color: #654A11;
}
</style>
border-color css
<style>
span { border-color: #654A11; }
span { border-color: rgb(101,74,17); }
td.TdClassName
{
border-color: #654A11;
}
.TagClassName
{
border-color: #654A11;
}
</style>