Shades of Raw Umber #644C0D
Tints of Raw Umber #644C0D
RGB
CMYK
RGB Variations
Color information
#644C0D (or 0x644C0D) is known color: Raw Umber. HEX triplet: 64, 4C and 0D. RGB value is (100,76,13). Sum of RGB (Red+Green+Blue) = 100+76+13=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C0D is #9BB3F2. Grayscale: #4C4C4C. Windows color (decimal): -10204147 or 871524. OLE color: 871524.
HSL color Cylindrical-coordinate representation of color #644C0D: hue angle of 43.45º 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 #644C0D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 13 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.61 |
| HSL | 43.45º | 0.77% | 0.22% | - |
| HSV(B) | 43.45º | 0.87% | 0.39% | - |
| XYZ | 7.91 | 7.91 | 1.49 | - |
| YUV | 75.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 13 | 0 | 0.24 | 0.87 | 0.61 | 43.45 | 0.77 | 0.22 |
| Hex | 64 | 4C | D | 0 | 18 | 57 | 3D | 2B | 4D | 16 |
| Octal | 144 | 114 | 15 | 0 | 30 | 127 | 75 | 53 | 115 | 26 |
| Binary | 1100100 | 1001100 | 1101 | 0 | 11000 | 1010111 | 111101 | 101011 | 1001101 | 10110 |
Color Harmonies of #644C0D
Complementary color
Monochromatic Colors of #644C0D
Black with #644C0D
Text Example
Text Example
White with #644C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C0D; }
p { color: rgb(100,76,13); }
H1.HeaderClassName
{
color: #644C0D;
}
.AnyTagClassName
{
color: #644C0D;
}
</style>
background-color css
<style>
a { background-color: #644C0D; }
a { background-color: rgb(100,76,13); }
div.DivClassName
{
background-color: #644C0D;
}
.BgClassName
{
background-color: #644C0D;
}
</style>
border-color css
<style>
span { border-color: #644C0D; }
span { border-color: rgb(100,76,13); }
td.TdClassName
{
border-color: #644C0D;
}
.TagClassName
{
border-color: #644C0D;
}
</style>