Shades of Raw Umber #64540D
Tints of Raw Umber #64540D
RGB
CMYK
RGB Variations
Color information
#64540D (or 0x64540D) is known color: Raw Umber. HEX triplet: 64, 54 and 0D. RGB value is (100,84,13). Sum of RGB (Red+Green+Blue) = 100+84+13=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64540D is #9BABF2. Grayscale: #505050. Windows color (decimal): -10202099 or 873572. OLE color: 873572.
HSL color Cylindrical-coordinate representation of color #64540D: hue angle of 48.97º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64540D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 13 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.61 |
| HSL | 48.97º | 0.77% | 0.22% | - |
| HSV(B) | 48.97º | 0.87% | 0.39% | - |
| XYZ | 8.5 | 9.08 | 1.69 | - |
| YUV | 80.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 13 | 0 | 0.16 | 0.87 | 0.61 | 48.97 | 0.77 | 0.22 |
| Hex | 64 | 54 | D | 0 | 10 | 57 | 3D | 31 | 4D | 16 |
| Octal | 144 | 124 | 15 | 0 | 20 | 127 | 75 | 61 | 115 | 26 |
| Binary | 1100100 | 1010100 | 1101 | 0 | 10000 | 1010111 | 111101 | 110001 | 1001101 | 10110 |
Color Harmonies of #64540D
Complementary color
Monochromatic Colors of #64540D
Black with #64540D
Text Example
Text Example
White with #64540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64540D; }
p { color: rgb(100,84,13); }
H1.HeaderClassName
{
color: #64540D;
}
.AnyTagClassName
{
color: #64540D;
}
</style>
background-color css
<style>
a { background-color: #64540D; }
a { background-color: rgb(100,84,13); }
div.DivClassName
{
background-color: #64540D;
}
.BgClassName
{
background-color: #64540D;
}
</style>
border-color css
<style>
span { border-color: #64540D; }
span { border-color: rgb(100,84,13); }
td.TdClassName
{
border-color: #64540D;
}
.TagClassName
{
border-color: #64540D;
}
</style>