Shades of Raw Umber #64560A
Tints of Raw Umber #64560A
RGB
CMYK
RGB Variations
Color information
#64560A (or 0x64560A) is known color: Raw Umber. HEX triplet: 64, 56 and 0A. RGB value is (100,86,10). Sum of RGB (Red+Green+Blue) = 100+86+10=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64560A is #9BA9F5. Grayscale: #515151. Windows color (decimal): -10201590 or 677476. OLE color: 677476.
HSL color Cylindrical-coordinate representation of color #64560A: hue angle of 50.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64560A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 10 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.61 |
| HSL | 50.67º | 0.82% | 0.22% | - |
| HSV(B) | 50.67º | 0.9% | 0.39% | - |
| XYZ | 8.64 | 9.39 | 1.64 | - |
| YUV | 81.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 10 | 0 | 0.14 | 0.90 | 0.61 | 50.67 | 0.82 | 0.22 |
| Hex | 64 | 56 | A | 0 | E | 5A | 3D | 33 | 52 | 16 |
| Octal | 144 | 126 | 12 | 0 | 16 | 132 | 75 | 63 | 122 | 26 |
| Binary | 1100100 | 1010110 | 1010 | 0 | 1110 | 1011010 | 111101 | 110011 | 1010010 | 10110 |
Color Harmonies of #64560A
Complementary color
Monochromatic Colors of #64560A
Black with #64560A
Text Example
Text Example
White with #64560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64560A; }
p { color: rgb(100,86,10); }
H1.HeaderClassName
{
color: #64560A;
}
.AnyTagClassName
{
color: #64560A;
}
</style>
background-color css
<style>
a { background-color: #64560A; }
a { background-color: rgb(100,86,10); }
div.DivClassName
{
background-color: #64560A;
}
.BgClassName
{
background-color: #64560A;
}
</style>
border-color css
<style>
span { border-color: #64560A; }
span { border-color: rgb(100,86,10); }
td.TdClassName
{
border-color: #64560A;
}
.TagClassName
{
border-color: #64560A;
}
</style>