Shades of Raw Umber #645300
Tints of Raw Umber #645300
RGB
CMYK
RGB Variations
Color information
#645300 (or 0x645300) is known color: Raw Umber. HEX triplet: 64, 53 and 00. RGB value is (100,83,0). Sum of RGB (Red+Green+Blue) = 100+83+0=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #645300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645300 is #9BACFF. Grayscale: #4E4E4E. Windows color (decimal): -10202368 or 21348. OLE color: 21348.
HSL color Cylindrical-coordinate representation of color #645300: hue angle of 49.8º 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 #645300 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.61 |
| HSL | 49.8º | 1% | 0.2% | - |
| HSV(B) | 49.8º | 1% | 0.39% | - |
| XYZ | 8.35 | 8.9 | 1.28 | - |
| YUV | 78.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 0 | 0 | 0.17 | 1 | 0.61 | 49.8 | 1 | 0.2 |
| Hex | 64 | 53 | 0 | 0 | 11 | 64 | 3D | 32 | 64 | 14 |
| Octal | 144 | 123 | 0 | 0 | 21 | 144 | 75 | 62 | 144 | 24 |
| Binary | 1100100 | 1010011 | 0 | 0 | 10001 | 1100100 | 111101 | 110010 | 1100100 | 10100 |
Color Harmonies of #645300
Complementary color
Monochromatic Colors of #645300
Black with #645300
Text Example
Text Example
White with #645300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645300; }
p { color: rgb(100,83,0); }
H1.HeaderClassName
{
color: #645300;
}
.AnyTagClassName
{
color: #645300;
}
</style>
background-color css
<style>
a { background-color: #645300; }
a { background-color: rgb(100,83,0); }
div.DivClassName
{
background-color: #645300;
}
.BgClassName
{
background-color: #645300;
}
</style>
border-color css
<style>
span { border-color: #645300; }
span { border-color: rgb(100,83,0); }
td.TdClassName
{
border-color: #645300;
}
.TagClassName
{
border-color: #645300;
}
</style>