Shades of Raw Umber #654A16
Tints of Raw Umber #654A16
RGB
CMYK
RGB Variations
Color information
#654A16 (or 0x654A16) is known color: Raw Umber. HEX triplet: 65, 4A and 16. RGB value is (101,74,22). Sum of RGB (Red+Green+Blue) = 101+74+22=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #654A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A16 is #9AB5E9. Grayscale: #4C4C4C. Windows color (decimal): -10139114 or 1460837. OLE color: 1460837.
HSL color Cylindrical-coordinate representation of color #654A16: hue angle of 39.49º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #654A16 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 22 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.60 |
| HSL | 39.49º | 0.64% | 0.24% | - |
| HSV(B) | 39.49º | 0.78% | 0.4% | - |
| XYZ | 7.96 | 7.72 | 1.83 | - |
| YUV | 76.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 22 | 0 | 0.27 | 0.78 | 0.60 | 39.49 | 0.64 | 0.24 |
| Hex | 65 | 4A | 16 | 0 | 1B | 4E | 3C | 27 | 40 | 18 |
| Octal | 145 | 112 | 26 | 0 | 33 | 116 | 74 | 47 | 100 | 30 |
| Binary | 1100101 | 1001010 | 10110 | 0 | 11011 | 1001110 | 111100 | 100111 | 1000000 | 11000 |
Color Harmonies of #654A16
Complementary color
Monochromatic Colors of #654A16
Black with #654A16
Text Example
Text Example
White with #654A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A16; }
p { color: rgb(101,74,22); }
H1.HeaderClassName
{
color: #654A16;
}
.AnyTagClassName
{
color: #654A16;
}
</style>
background-color css
<style>
a { background-color: #654A16; }
a { background-color: rgb(101,74,22); }
div.DivClassName
{
background-color: #654A16;
}
.BgClassName
{
background-color: #654A16;
}
</style>
border-color css
<style>
span { border-color: #654A16; }
span { border-color: rgb(101,74,22); }
td.TdClassName
{
border-color: #654A16;
}
.TagClassName
{
border-color: #654A16;
}
</style>