Shades of Raw Umber #645805
Tints of Raw Umber #645805
RGB
CMYK
RGB Variations
Color information
#645805 (or 0x645805) is known color: Raw Umber. HEX triplet: 64, 58 and 05. RGB value is (100,88,5). Sum of RGB (Red+Green+Blue) = 100+88+5=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #645805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645805 is #9BA7FA. Grayscale: #525252. Windows color (decimal): -10201083 or 350308. OLE color: 350308.
HSL color Cylindrical-coordinate representation of color #645805: hue angle of 52.42º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #645805 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 5 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.61 |
| HSL | 52.42º | 0.9% | 0.21% | - |
| HSV(B) | 52.42º | 0.95% | 0.39% | - |
| XYZ | 8.77 | 9.7 | 1.55 | - |
| YUV | 82.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 5 | 0 | 0.12 | 0.95 | 0.61 | 52.42 | 0.9 | 0.21 |
| Hex | 64 | 58 | 5 | 0 | C | 5F | 3D | 34 | 5A | 15 |
| Octal | 144 | 130 | 5 | 0 | 14 | 137 | 75 | 64 | 132 | 25 |
| Binary | 1100100 | 1011000 | 101 | 0 | 1100 | 1011111 | 111101 | 110100 | 1011010 | 10101 |
Color Harmonies of #645805
Complementary color
Monochromatic Colors of #645805
Black with #645805
Text Example
Text Example
White with #645805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645805; }
p { color: rgb(100,88,5); }
H1.HeaderClassName
{
color: #645805;
}
.AnyTagClassName
{
color: #645805;
}
</style>
background-color css
<style>
a { background-color: #645805; }
a { background-color: rgb(100,88,5); }
div.DivClassName
{
background-color: #645805;
}
.BgClassName
{
background-color: #645805;
}
</style>
border-color css
<style>
span { border-color: #645805; }
span { border-color: rgb(100,88,5); }
td.TdClassName
{
border-color: #645805;
}
.TagClassName
{
border-color: #645805;
}
</style>