Shades of Raw Umber #645007
Tints of Raw Umber #645007
RGB
CMYK
RGB Variations
Color information
#645007 (or 0x645007) is known color: Raw Umber. HEX triplet: 64, 50 and 07. RGB value is (100,80,7). Sum of RGB (Red+Green+Blue) = 100+80+7=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #645007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645007 is #9BAFF8. Grayscale: #4D4D4D. Windows color (decimal): -10203129 or 479332. OLE color: 479332.
HSL color Cylindrical-coordinate representation of color #645007: hue angle of 47.1º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #645007 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 7 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.61 |
| HSL | 47.1º | 0.87% | 0.21% | - |
| HSV(B) | 47.1º | 0.93% | 0.39% | - |
| XYZ | 8.16 | 8.46 | 1.4 | - |
| YUV | 77.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 7 | 0 | 0.2 | 0.93 | 0.61 | 47.1 | 0.87 | 0.21 |
| Hex | 64 | 50 | 7 | 0 | 14 | 5D | 3D | 2F | 57 | 15 |
| Octal | 144 | 120 | 7 | 0 | 24 | 135 | 75 | 57 | 127 | 25 |
| Binary | 1100100 | 1010000 | 111 | 0 | 10100 | 1011101 | 111101 | 101111 | 1010111 | 10101 |
Color Harmonies of #645007
Complementary color
Monochromatic Colors of #645007
Black with #645007
Text Example
Text Example
White with #645007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645007; }
p { color: rgb(100,80,7); }
H1.HeaderClassName
{
color: #645007;
}
.AnyTagClassName
{
color: #645007;
}
</style>
background-color css
<style>
a { background-color: #645007; }
a { background-color: rgb(100,80,7); }
div.DivClassName
{
background-color: #645007;
}
.BgClassName
{
background-color: #645007;
}
</style>
border-color css
<style>
span { border-color: #645007; }
span { border-color: rgb(100,80,7); }
td.TdClassName
{
border-color: #645007;
}
.TagClassName
{
border-color: #645007;
}
</style>