Shades of Raw Umber #65510E
Tints of Raw Umber #65510E
RGB
CMYK
RGB Variations
Color information
#65510E (or 0x65510E) is known color: Raw Umber. HEX triplet: 65, 51 and 0E. RGB value is (101,81,14). Sum of RGB (Red+Green+Blue) = 101+81+14=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65510E is #9AAEF1. Grayscale: #4F4F4F. Windows color (decimal): -10137330 or 938341. OLE color: 938341.
HSL color Cylindrical-coordinate representation of color #65510E: hue angle of 46.21º 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 #65510E is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 14 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.60 |
| HSL | 46.21º | 0.76% | 0.23% | - |
| HSV(B) | 46.21º | 0.86% | 0.4% | - |
| XYZ | 8.39 | 8.68 | 1.65 | - |
| YUV | 79.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 14 | 0 | 0.20 | 0.86 | 0.60 | 46.21 | 0.76 | 0.23 |
| Hex | 65 | 51 | E | 0 | 14 | 56 | 3C | 2E | 4C | 17 |
| Octal | 145 | 121 | 16 | 0 | 24 | 126 | 74 | 56 | 114 | 27 |
| Binary | 1100101 | 1010001 | 1110 | 0 | 10100 | 1010110 | 111100 | 101110 | 1001100 | 10111 |
Color Harmonies of #65510E
Complementary color
Monochromatic Colors of #65510E
Black with #65510E
Text Example
Text Example
White with #65510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65510E; }
p { color: rgb(101,81,14); }
H1.HeaderClassName
{
color: #65510E;
}
.AnyTagClassName
{
color: #65510E;
}
</style>
background-color css
<style>
a { background-color: #65510E; }
a { background-color: rgb(101,81,14); }
div.DivClassName
{
background-color: #65510E;
}
.BgClassName
{
background-color: #65510E;
}
</style>
border-color css
<style>
span { border-color: #65510E; }
span { border-color: rgb(101,81,14); }
td.TdClassName
{
border-color: #65510E;
}
.TagClassName
{
border-color: #65510E;
}
</style>