Shades of Raw Umber #645006
Tints of Raw Umber #645006
RGB
CMYK
RGB Variations
Color information
#645006 (or 0x645006) is known color: Raw Umber. HEX triplet: 64, 50 and 06. RGB value is (100,80,6). Sum of RGB (Red+Green+Blue) = 100+80+6=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #645006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645006 is #9BAFF9. Grayscale: #4D4D4D. Windows color (decimal): -10203130 or 413796. OLE color: 413796.
HSL color Cylindrical-coordinate representation of color #645006: hue angle of 47.23º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #645006 is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 6 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.61 |
| HSL | 47.23º | 0.89% | 0.21% | - |
| HSV(B) | 47.23º | 0.94% | 0.39% | - |
| XYZ | 8.16 | 8.46 | 1.38 | - |
| YUV | 77.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 6 | 0 | 0.2 | 0.94 | 0.61 | 47.23 | 0.89 | 0.21 |
| Hex | 64 | 50 | 6 | 0 | 14 | 5E | 3D | 2F | 59 | 15 |
| Octal | 144 | 120 | 6 | 0 | 24 | 136 | 75 | 57 | 131 | 25 |
| Binary | 1100100 | 1010000 | 110 | 0 | 10100 | 1011110 | 111101 | 101111 | 1011001 | 10101 |
Color Harmonies of #645006
Complementary color
Monochromatic Colors of #645006
Black with #645006
Text Example
Text Example
White with #645006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645006; }
p { color: rgb(100,80,6); }
H1.HeaderClassName
{
color: #645006;
}
.AnyTagClassName
{
color: #645006;
}
</style>
background-color css
<style>
a { background-color: #645006; }
a { background-color: rgb(100,80,6); }
div.DivClassName
{
background-color: #645006;
}
.BgClassName
{
background-color: #645006;
}
</style>
border-color css
<style>
span { border-color: #645006; }
span { border-color: rgb(100,80,6); }
td.TdClassName
{
border-color: #645006;
}
.TagClassName
{
border-color: #645006;
}
</style>