Shades of Raw Umber #64430E
Tints of Raw Umber #64430E
RGB
CMYK
RGB Variations
Color information
#64430E (or 0x64430E) is known color: Raw Umber. HEX triplet: 64, 43 and 0E. RGB value is (100,67,14). Sum of RGB (Red+Green+Blue) = 100+67+14=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64430E is #9BBCF1. Grayscale: #474747. Windows color (decimal): -10206450 or 934756. OLE color: 934756.
HSL color Cylindrical-coordinate representation of color #64430E: hue angle of 36.98º 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 #64430E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 14 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.61 |
| HSL | 36.98º | 0.75% | 0.22% | - |
| HSV(B) | 36.98º | 0.86% | 0.39% | - |
| XYZ | 7.34 | 6.76 | 1.33 | - |
| YUV | 70.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 14 | 0 | 0.33 | 0.86 | 0.61 | 36.98 | 0.75 | 0.22 |
| Hex | 64 | 43 | E | 0 | 21 | 56 | 3D | 25 | 4B | 16 |
| Octal | 144 | 103 | 16 | 0 | 41 | 126 | 75 | 45 | 113 | 26 |
| Binary | 1100100 | 1000011 | 1110 | 0 | 100001 | 1010110 | 111101 | 100101 | 1001011 | 10110 |
Color Harmonies of #64430E
Complementary color
Monochromatic Colors of #64430E
Black with #64430E
Text Example
Text Example
White with #64430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64430E; }
p { color: rgb(100,67,14); }
H1.HeaderClassName
{
color: #64430E;
}
.AnyTagClassName
{
color: #64430E;
}
</style>
background-color css
<style>
a { background-color: #64430E; }
a { background-color: rgb(100,67,14); }
div.DivClassName
{
background-color: #64430E;
}
.BgClassName
{
background-color: #64430E;
}
</style>
border-color css
<style>
span { border-color: #64430E; }
span { border-color: rgb(100,67,14); }
td.TdClassName
{
border-color: #64430E;
}
.TagClassName
{
border-color: #64430E;
}
</style>