Shades of Raw Umber #645600
Tints of Raw Umber #645600
RGB
CMYK
RGB Variations
Color information
#645600 (or 0x645600) is known color: Raw Umber. HEX triplet: 64, 56 and 00. RGB value is (100,86,0). Sum of RGB (Red+Green+Blue) = 100+86+0=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #645600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645600 is #9BA9FF. Grayscale: #505050. Windows color (decimal): -10201600 or 22116. OLE color: 22116.
HSL color Cylindrical-coordinate representation of color #645600: hue angle of 51.6º 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 #645600 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.61 |
| HSL | 51.6º | 1% | 0.2% | - |
| HSV(B) | 51.6º | 1% | 0.39% | - |
| XYZ | 8.58 | 9.36 | 1.36 | - |
| YUV | 80.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 0 | 0 | 0.14 | 1 | 0.61 | 51.6 | 1 | 0.2 |
| Hex | 64 | 56 | 0 | 0 | E | 64 | 3D | 34 | 64 | 14 |
| Octal | 144 | 126 | 0 | 0 | 16 | 144 | 75 | 64 | 144 | 24 |
| Binary | 1100100 | 1010110 | 0 | 0 | 1110 | 1100100 | 111101 | 110100 | 1100100 | 10100 |
Color Harmonies of #645600
Complementary color
Monochromatic Colors of #645600
Black with #645600
Text Example
Text Example
White with #645600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645600; }
p { color: rgb(100,86,0); }
H1.HeaderClassName
{
color: #645600;
}
.AnyTagClassName
{
color: #645600;
}
</style>
background-color css
<style>
a { background-color: #645600; }
a { background-color: rgb(100,86,0); }
div.DivClassName
{
background-color: #645600;
}
.BgClassName
{
background-color: #645600;
}
</style>
border-color css
<style>
span { border-color: #645600; }
span { border-color: rgb(100,86,0); }
td.TdClassName
{
border-color: #645600;
}
.TagClassName
{
border-color: #645600;
}
</style>