Shades of Raw Umber #654E0E
Tints of Raw Umber #654E0E
RGB
CMYK
RGB Variations
Color information
#654E0E (or 0x654E0E) is known color: Raw Umber. HEX triplet: 65, 4E and 0E. RGB value is (101,78,14). Sum of RGB (Red+Green+Blue) = 101+78+14=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #654E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #654E0E is #9AB1F1. Grayscale: #4D4D4D. Windows color (decimal): -10138098 or 937573. OLE color: 937573.
HSL color Cylindrical-coordinate representation of color #654E0E: hue angle of 44.14º 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 #654E0E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 14 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.60 |
| HSL | 44.14º | 0.76% | 0.23% | - |
| HSV(B) | 44.14º | 0.86% | 0.4% | - |
| XYZ | 8.17 | 8.25 | 1.58 | - |
| YUV | 77.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 14 | 0 | 0.23 | 0.86 | 0.60 | 44.14 | 0.76 | 0.23 |
| Hex | 65 | 4E | E | 0 | 17 | 56 | 3C | 2C | 4C | 17 |
| Octal | 145 | 116 | 16 | 0 | 27 | 126 | 74 | 54 | 114 | 27 |
| Binary | 1100101 | 1001110 | 1110 | 0 | 10111 | 1010110 | 111100 | 101100 | 1001100 | 10111 |
Color Harmonies of #654E0E
Complementary color
Monochromatic Colors of #654E0E
Black with #654E0E
Text Example
Text Example
White with #654E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E0E; }
p { color: rgb(101,78,14); }
H1.HeaderClassName
{
color: #654E0E;
}
.AnyTagClassName
{
color: #654E0E;
}
</style>
background-color css
<style>
a { background-color: #654E0E; }
a { background-color: rgb(101,78,14); }
div.DivClassName
{
background-color: #654E0E;
}
.BgClassName
{
background-color: #654E0E;
}
</style>
border-color css
<style>
span { border-color: #654E0E; }
span { border-color: rgb(101,78,14); }
td.TdClassName
{
border-color: #654E0E;
}
.TagClassName
{
border-color: #654E0E;
}
</style>