Shades of Raw Umber #64540C
Tints of Raw Umber #64540C
RGB
CMYK
RGB Variations
Color information
#64540C (or 0x64540C) is known color: Raw Umber. HEX triplet: 64, 54 and 0C. RGB value is (100,84,12). Sum of RGB (Red+Green+Blue) = 100+84+12=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64540C is #9BABF3. Grayscale: #505050. Windows color (decimal): -10202100 or 808036. OLE color: 808036.
HSL color Cylindrical-coordinate representation of color #64540C: hue angle of 49.09º 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 #64540C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 12 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.61 |
| HSL | 49.09º | 0.79% | 0.22% | - |
| HSV(B) | 49.09º | 0.88% | 0.39% | - |
| XYZ | 8.49 | 9.08 | 1.65 | - |
| YUV | 80.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 12 | 0 | 0.16 | 0.88 | 0.61 | 49.09 | 0.79 | 0.22 |
| Hex | 64 | 54 | C | 0 | 10 | 58 | 3D | 31 | 4F | 16 |
| Octal | 144 | 124 | 14 | 0 | 20 | 130 | 75 | 61 | 117 | 26 |
| Binary | 1100100 | 1010100 | 1100 | 0 | 10000 | 1011000 | 111101 | 110001 | 1001111 | 10110 |
Color Harmonies of #64540C
Complementary color
Monochromatic Colors of #64540C
Black with #64540C
Text Example
Text Example
White with #64540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64540C; }
p { color: rgb(100,84,12); }
H1.HeaderClassName
{
color: #64540C;
}
.AnyTagClassName
{
color: #64540C;
}
</style>
background-color css
<style>
a { background-color: #64540C; }
a { background-color: rgb(100,84,12); }
div.DivClassName
{
background-color: #64540C;
}
.BgClassName
{
background-color: #64540C;
}
</style>
border-color css
<style>
span { border-color: #64540C; }
span { border-color: rgb(100,84,12); }
td.TdClassName
{
border-color: #64540C;
}
.TagClassName
{
border-color: #64540C;
}
</style>