Shades of Raw Umber #65540E
Tints of Raw Umber #65540E
RGB
CMYK
RGB Variations
Color information
#65540E (or 0x65540E) is known color: Raw Umber. HEX triplet: 65, 54 and 0E. RGB value is (101,84,14). Sum of RGB (Red+Green+Blue) = 101+84+14=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65540E is #9AABF1. Grayscale: #515151. Windows color (decimal): -10136562 or 939109. OLE color: 939109.
HSL color Cylindrical-coordinate representation of color #65540E: hue angle of 48.28º 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 #65540E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 14 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.60 |
| HSL | 48.28º | 0.76% | 0.23% | - |
| HSV(B) | 48.28º | 0.86% | 0.4% | - |
| XYZ | 8.62 | 9.14 | 1.73 | - |
| YUV | 81.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 14 | 0 | 0.17 | 0.86 | 0.60 | 48.28 | 0.76 | 0.23 |
| Hex | 65 | 54 | E | 0 | 11 | 56 | 3C | 30 | 4C | 17 |
| Octal | 145 | 124 | 16 | 0 | 21 | 126 | 74 | 60 | 114 | 27 |
| Binary | 1100101 | 1010100 | 1110 | 0 | 10001 | 1010110 | 111100 | 110000 | 1001100 | 10111 |
Color Harmonies of #65540E
Complementary color
Monochromatic Colors of #65540E
Black with #65540E
Text Example
Text Example
White with #65540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65540E; }
p { color: rgb(101,84,14); }
H1.HeaderClassName
{
color: #65540E;
}
.AnyTagClassName
{
color: #65540E;
}
</style>
background-color css
<style>
a { background-color: #65540E; }
a { background-color: rgb(101,84,14); }
div.DivClassName
{
background-color: #65540E;
}
.BgClassName
{
background-color: #65540E;
}
</style>
border-color css
<style>
span { border-color: #65540E; }
span { border-color: rgb(101,84,14); }
td.TdClassName
{
border-color: #65540E;
}
.TagClassName
{
border-color: #65540E;
}
</style>