Shades of Raw Umber #654A0E
Tints of Raw Umber #654A0E
RGB
CMYK
RGB Variations
Color information
#654A0E (or 0x654A0E) is known color: Raw Umber. HEX triplet: 65, 4A and 0E. RGB value is (101,74,14). Sum of RGB (Red+Green+Blue) = 101+74+14=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #654A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A0E is #9AB5F1. Grayscale: #4B4B4B. Windows color (decimal): -10139122 or 936549. OLE color: 936549.
HSL color Cylindrical-coordinate representation of color #654A0E: hue angle of 41.38º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #654A0E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 14 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.60 |
| HSL | 41.38º | 0.76% | 0.23% | - |
| HSV(B) | 41.38º | 0.86% | 0.4% | - |
| XYZ | 7.89 | 7.7 | 1.48 | - |
| YUV | 75.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 14 | 0 | 0.27 | 0.86 | 0.60 | 41.38 | 0.76 | 0.23 |
| Hex | 65 | 4A | E | 0 | 1B | 56 | 3C | 29 | 4C | 17 |
| Octal | 145 | 112 | 16 | 0 | 33 | 126 | 74 | 51 | 114 | 27 |
| Binary | 1100101 | 1001010 | 1110 | 0 | 11011 | 1010110 | 111100 | 101001 | 1001100 | 10111 |
Color Harmonies of #654A0E
Complementary color
Monochromatic Colors of #654A0E
Black with #654A0E
Text Example
Text Example
White with #654A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A0E; }
p { color: rgb(101,74,14); }
H1.HeaderClassName
{
color: #654A0E;
}
.AnyTagClassName
{
color: #654A0E;
}
</style>
background-color css
<style>
a { background-color: #654A0E; }
a { background-color: rgb(101,74,14); }
div.DivClassName
{
background-color: #654A0E;
}
.BgClassName
{
background-color: #654A0E;
}
</style>
border-color css
<style>
span { border-color: #654A0E; }
span { border-color: rgb(101,74,14); }
td.TdClassName
{
border-color: #654A0E;
}
.TagClassName
{
border-color: #654A0E;
}
</style>