Shades of Raw Umber #64400E
Tints of Raw Umber #64400E
RGB
CMYK
RGB Variations
Color information
#64400E (or 0x64400E) is known color: Raw Umber. HEX triplet: 64, 40 and 0E. RGB value is (100,64,14). Sum of RGB (Red+Green+Blue) = 100+64+14=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64400E is #9BBFF1. Grayscale: #454545. Windows color (decimal): -10207218 or 933988. OLE color: 933988.
HSL color Cylindrical-coordinate representation of color #64400E: hue angle of 34.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64400E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 14 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.61 |
| HSL | 34.88º | 0.75% | 0.22% | - |
| HSV(B) | 34.88º | 0.86% | 0.39% | - |
| XYZ | 7.17 | 6.41 | 1.27 | - |
| YUV | 69.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 14 | 0 | 0.36 | 0.86 | 0.61 | 34.88 | 0.75 | 0.22 |
| Hex | 64 | 40 | E | 0 | 24 | 56 | 3D | 23 | 4B | 16 |
| Octal | 144 | 100 | 16 | 0 | 44 | 126 | 75 | 43 | 113 | 26 |
| Binary | 1100100 | 1000000 | 1110 | 0 | 100100 | 1010110 | 111101 | 100011 | 1001011 | 10110 |
Color Harmonies of #64400E
Complementary color
Monochromatic Colors of #64400E
Black with #64400E
Text Example
Text Example
White with #64400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64400E; }
p { color: rgb(100,64,14); }
H1.HeaderClassName
{
color: #64400E;
}
.AnyTagClassName
{
color: #64400E;
}
</style>
background-color css
<style>
a { background-color: #64400E; }
a { background-color: rgb(100,64,14); }
div.DivClassName
{
background-color: #64400E;
}
.BgClassName
{
background-color: #64400E;
}
</style>
border-color css
<style>
span { border-color: #64400E; }
span { border-color: rgb(100,64,14); }
td.TdClassName
{
border-color: #64400E;
}
.TagClassName
{
border-color: #64400E;
}
</style>