Shades of Raw Umber #645210
Tints of Raw Umber #645210
RGB
CMYK
RGB Variations
Color information
#645210 (or 0x645210) is known color: Raw Umber. HEX triplet: 64, 52 and 10. RGB value is (100,82,16). Sum of RGB (Red+Green+Blue) = 100+82+16=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #645210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645210 is #9BADEF. Grayscale: #505050. Windows color (decimal): -10202608 or 1069668. OLE color: 1069668.
HSL color Cylindrical-coordinate representation of color #645210: hue angle of 47.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #645210 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 16 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.61 |
| HSL | 47.14º | 0.72% | 0.23% | - |
| HSV(B) | 47.14º | 0.84% | 0.39% | - |
| XYZ | 8.37 | 8.78 | 1.74 | - |
| YUV | 79.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 16 | 0 | 0.18 | 0.84 | 0.61 | 47.14 | 0.72 | 0.23 |
| Hex | 64 | 52 | 10 | 0 | 12 | 54 | 3D | 2F | 48 | 17 |
| Octal | 144 | 122 | 20 | 0 | 22 | 124 | 75 | 57 | 110 | 27 |
| Binary | 1100100 | 1010010 | 10000 | 0 | 10010 | 1010100 | 111101 | 101111 | 1001000 | 10111 |
Color Harmonies of #645210
Complementary color
Monochromatic Colors of #645210
Black with #645210
Text Example
Text Example
White with #645210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645210; }
p { color: rgb(100,82,16); }
H1.HeaderClassName
{
color: #645210;
}
.AnyTagClassName
{
color: #645210;
}
</style>
background-color css
<style>
a { background-color: #645210; }
a { background-color: rgb(100,82,16); }
div.DivClassName
{
background-color: #645210;
}
.BgClassName
{
background-color: #645210;
}
</style>
border-color css
<style>
span { border-color: #645210; }
span { border-color: rgb(100,82,16); }
td.TdClassName
{
border-color: #645210;
}
.TagClassName
{
border-color: #645210;
}
</style>