Shades of Raw Umber #645005
Tints of Raw Umber #645005
RGB
CMYK
RGB Variations
Color information
#645005 (or 0x645005) is known color: Raw Umber. HEX triplet: 64, 50 and 05. RGB value is (100,80,5). Sum of RGB (Red+Green+Blue) = 100+80+5=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #645005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645005 is #9BAFFA. Grayscale: #4D4D4D. Windows color (decimal): -10203131 or 348260. OLE color: 348260.
HSL color Cylindrical-coordinate representation of color #645005: hue angle of 47.37º 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 #645005 is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 5 | - |
| CMYK | 0 | 0.2 | 0.95 | 0.61 |
| HSL | 47.37º | 0.9% | 0.21% | - |
| HSV(B) | 47.37º | 0.95% | 0.39% | - |
| XYZ | 8.15 | 8.46 | 1.35 | - |
| YUV | 77.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 5 | 0 | 0.2 | 0.95 | 0.61 | 47.37 | 0.9 | 0.21 |
| Hex | 64 | 50 | 5 | 0 | 14 | 5F | 3D | 2F | 5A | 15 |
| Octal | 144 | 120 | 5 | 0 | 24 | 137 | 75 | 57 | 132 | 25 |
| Binary | 1100100 | 1010000 | 101 | 0 | 10100 | 1011111 | 111101 | 101111 | 1011010 | 10101 |
Color Harmonies of #645005
Complementary color
Monochromatic Colors of #645005
Black with #645005
Text Example
Text Example
White with #645005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645005; }
p { color: rgb(100,80,5); }
H1.HeaderClassName
{
color: #645005;
}
.AnyTagClassName
{
color: #645005;
}
</style>
background-color css
<style>
a { background-color: #645005; }
a { background-color: rgb(100,80,5); }
div.DivClassName
{
background-color: #645005;
}
.BgClassName
{
background-color: #645005;
}
</style>
border-color css
<style>
span { border-color: #645005; }
span { border-color: rgb(100,80,5); }
td.TdClassName
{
border-color: #645005;
}
.TagClassName
{
border-color: #645005;
}
</style>