Shades of Raw Umber #645A00
Tints of Raw Umber #645A00
RGB
CMYK
RGB Variations
Color information
#645A00 (or 0x645A00) is known color: Raw Umber. HEX triplet: 64, 5A and 00. RGB value is (100,90,0). Sum of RGB (Red+Green+Blue) = 100+90+0=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #645A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645A00 is #9BA5FF. Grayscale: #535353. Windows color (decimal): -10200576 or 23140. OLE color: 23140.
HSL color Cylindrical-coordinate representation of color #645A00: hue angle of 54º 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 #645A00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.61 |
| HSL | 54º | 1% | 0.2% | - |
| HSV(B) | 54º | 1% | 0.39% | - |
| XYZ | 8.91 | 10.02 | 1.46 | - |
| YUV | 82.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 0 | 0 | 0.10 | 1 | 0.61 | 54 | 1 | 0.2 |
| Hex | 64 | 5A | 0 | 0 | A | 64 | 3D | 36 | 64 | 14 |
| Octal | 144 | 132 | 0 | 0 | 12 | 144 | 75 | 66 | 144 | 24 |
| Binary | 1100100 | 1011010 | 0 | 0 | 1010 | 1100100 | 111101 | 110110 | 1100100 | 10100 |
Color Harmonies of #645A00
Complementary color
Monochromatic Colors of #645A00
Black with #645A00
Text Example
Text Example
White with #645A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A00; }
p { color: rgb(100,90,0); }
H1.HeaderClassName
{
color: #645A00;
}
.AnyTagClassName
{
color: #645A00;
}
</style>
background-color css
<style>
a { background-color: #645A00; }
a { background-color: rgb(100,90,0); }
div.DivClassName
{
background-color: #645A00;
}
.BgClassName
{
background-color: #645A00;
}
</style>
border-color css
<style>
span { border-color: #645A00; }
span { border-color: rgb(100,90,0); }
td.TdClassName
{
border-color: #645A00;
}
.TagClassName
{
border-color: #645A00;
}
</style>