Shades of Raw Umber #645700
Tints of Raw Umber #645700
RGB
CMYK
RGB Variations
Color information
#645700 (or 0x645700) is known color: Raw Umber. HEX triplet: 64, 57 and 00. RGB value is (100,87,0). Sum of RGB (Red+Green+Blue) = 100+87+0=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #645700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645700 is #9BA8FF. Grayscale: #515151. Windows color (decimal): -10201344 or 22372. OLE color: 22372.
HSL color Cylindrical-coordinate representation of color #645700: hue angle of 52.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 #645700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.61 |
| HSL | 52.2º | 1% | 0.2% | - |
| HSV(B) | 52.2º | 1% | 0.39% | - |
| XYZ | 8.66 | 9.53 | 1.38 | - |
| YUV | 80.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 0 | 0 | 0.13 | 1 | 0.61 | 52.2 | 1 | 0.2 |
| Hex | 64 | 57 | 0 | 0 | D | 64 | 3D | 34 | 64 | 14 |
| Octal | 144 | 127 | 0 | 0 | 15 | 144 | 75 | 64 | 144 | 24 |
| Binary | 1100100 | 1010111 | 0 | 0 | 1101 | 1100100 | 111101 | 110100 | 1100100 | 10100 |
Color Harmonies of #645700
Complementary color
Monochromatic Colors of #645700
Black with #645700
Text Example
Text Example
White with #645700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645700; }
p { color: rgb(100,87,0); }
H1.HeaderClassName
{
color: #645700;
}
.AnyTagClassName
{
color: #645700;
}
</style>
background-color css
<style>
a { background-color: #645700; }
a { background-color: rgb(100,87,0); }
div.DivClassName
{
background-color: #645700;
}
.BgClassName
{
background-color: #645700;
}
</style>
border-color css
<style>
span { border-color: #645700; }
span { border-color: rgb(100,87,0); }
td.TdClassName
{
border-color: #645700;
}
.TagClassName
{
border-color: #645700;
}
</style>