Shades of Raw Umber #645200
Tints of Raw Umber #645200
RGB
CMYK
RGB Variations
Color information
#645200 (or 0x645200) is known color: Raw Umber. HEX triplet: 64, 52 and 00. RGB value is (100,82,0). Sum of RGB (Red+Green+Blue) = 100+82+0=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #645200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645200 is #9BADFF. Grayscale: #4E4E4E. Windows color (decimal): -10202624 or 21092. OLE color: 21092.
HSL color Cylindrical-coordinate representation of color #645200: hue angle of 49.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #645200 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.61 |
| HSL | 49.2º | 1% | 0.2% | - |
| HSV(B) | 49.2º | 1% | 0.39% | - |
| XYZ | 8.27 | 8.74 | 1.25 | - |
| YUV | 78.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 0 | 0 | 0.18 | 1 | 0.61 | 49.2 | 1 | 0.2 |
| Hex | 64 | 52 | 0 | 0 | 12 | 64 | 3D | 31 | 64 | 14 |
| Octal | 144 | 122 | 0 | 0 | 22 | 144 | 75 | 61 | 144 | 24 |
| Binary | 1100100 | 1010010 | 0 | 0 | 10010 | 1100100 | 111101 | 110001 | 1100100 | 10100 |
Color Harmonies of #645200
Complementary color
Monochromatic Colors of #645200
Black with #645200
Text Example
Text Example
White with #645200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645200; }
p { color: rgb(100,82,0); }
H1.HeaderClassName
{
color: #645200;
}
.AnyTagClassName
{
color: #645200;
}
</style>
background-color css
<style>
a { background-color: #645200; }
a { background-color: rgb(100,82,0); }
div.DivClassName
{
background-color: #645200;
}
.BgClassName
{
background-color: #645200;
}
</style>
border-color css
<style>
span { border-color: #645200; }
span { border-color: rgb(100,82,0); }
td.TdClassName
{
border-color: #645200;
}
.TagClassName
{
border-color: #645200;
}
</style>