Shades of Raw Umber #644E0C
Tints of Raw Umber #644E0C
RGB
CMYK
RGB Variations
Color information
#644E0C (or 0x644E0C) is known color: Raw Umber. HEX triplet: 64, 4E and 0C. RGB value is (100,78,12). Sum of RGB (Red+Green+Blue) = 100+78+12=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #644E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644E0C is #9BB1F3. Grayscale: #4D4D4D. Windows color (decimal): -10203636 or 806500. OLE color: 806500.
HSL color Cylindrical-coordinate representation of color #644E0C: hue angle of 45º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #644E0C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 12 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.61 |
| HSL | 45º | 0.79% | 0.22% | - |
| HSV(B) | 45º | 0.88% | 0.39% | - |
| XYZ | 8.05 | 8.18 | 1.5 | - |
| YUV | 77.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 12 | 0 | 0.22 | 0.88 | 0.61 | 45 | 0.79 | 0.22 |
| Hex | 64 | 4E | C | 0 | 16 | 58 | 3D | 2D | 4F | 16 |
| Octal | 144 | 116 | 14 | 0 | 26 | 130 | 75 | 55 | 117 | 26 |
| Binary | 1100100 | 1001110 | 1100 | 0 | 10110 | 1011000 | 111101 | 101101 | 1001111 | 10110 |
Color Harmonies of #644E0C
Complementary color
Monochromatic Colors of #644E0C
Black with #644E0C
Text Example
Text Example
White with #644E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E0C; }
p { color: rgb(100,78,12); }
H1.HeaderClassName
{
color: #644E0C;
}
.AnyTagClassName
{
color: #644E0C;
}
</style>
background-color css
<style>
a { background-color: #644E0C; }
a { background-color: rgb(100,78,12); }
div.DivClassName
{
background-color: #644E0C;
}
.BgClassName
{
background-color: #644E0C;
}
</style>
border-color css
<style>
span { border-color: #644E0C; }
span { border-color: rgb(100,78,12); }
td.TdClassName
{
border-color: #644E0C;
}
.TagClassName
{
border-color: #644E0C;
}
</style>