Shades of Raw Umber #654E12
Tints of Raw Umber #654E12
RGB
CMYK
RGB Variations
Color information
#654E12 (or 0x654E12) is known color: Raw Umber. HEX triplet: 65, 4E and 12. RGB value is (101,78,18). Sum of RGB (Red+Green+Blue) = 101+78+18=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #654E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #654E12 is #9AB1ED. Grayscale: #4E4E4E. Windows color (decimal): -10138094 or 1199717. OLE color: 1199717.
HSL color Cylindrical-coordinate representation of color #654E12: hue angle of 43.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #654E12 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 18 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.60 |
| HSL | 43.37º | 0.7% | 0.23% | - |
| HSV(B) | 43.37º | 0.82% | 0.4% | - |
| XYZ | 8.2 | 8.26 | 1.73 | - |
| YUV | 78.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 18 | 0 | 0.23 | 0.82 | 0.60 | 43.37 | 0.7 | 0.23 |
| Hex | 65 | 4E | 12 | 0 | 17 | 52 | 3C | 2B | 46 | 17 |
| Octal | 145 | 116 | 22 | 0 | 27 | 122 | 74 | 53 | 106 | 27 |
| Binary | 1100101 | 1001110 | 10010 | 0 | 10111 | 1010010 | 111100 | 101011 | 1000110 | 10111 |
Color Harmonies of #654E12
Complementary color
Monochromatic Colors of #654E12
Black with #654E12
Text Example
Text Example
White with #654E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E12; }
p { color: rgb(101,78,18); }
H1.HeaderClassName
{
color: #654E12;
}
.AnyTagClassName
{
color: #654E12;
}
</style>
background-color css
<style>
a { background-color: #654E12; }
a { background-color: rgb(101,78,18); }
div.DivClassName
{
background-color: #654E12;
}
.BgClassName
{
background-color: #654E12;
}
</style>
border-color css
<style>
span { border-color: #654E12; }
span { border-color: rgb(101,78,18); }
td.TdClassName
{
border-color: #654E12;
}
.TagClassName
{
border-color: #654E12;
}
</style>