Shades of Raw Umber #645011
Tints of Raw Umber #645011
RGB
CMYK
RGB Variations
Color information
#645011 (or 0x645011) is known color: Raw Umber. HEX triplet: 64, 50 and 11. RGB value is (100,80,17). Sum of RGB (Red+Green+Blue) = 100+80+17=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #645011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645011 is #9BAFEE. Grayscale: #4F4F4F. Windows color (decimal): -10203119 or 1134692. OLE color: 1134692.
HSL color Cylindrical-coordinate representation of color #645011: hue angle of 45.54º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #645011 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 17 | - |
| CMYK | 0 | 0.2 | 0.83 | 0.61 |
| HSL | 45.54º | 0.71% | 0.23% | - |
| HSV(B) | 45.54º | 0.83% | 0.39% | - |
| XYZ | 8.23 | 8.49 | 1.73 | - |
| YUV | 78.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 17 | 0 | 0.2 | 0.83 | 0.61 | 45.54 | 0.71 | 0.23 |
| Hex | 64 | 50 | 11 | 0 | 14 | 53 | 3D | 2E | 47 | 17 |
| Octal | 144 | 120 | 21 | 0 | 24 | 123 | 75 | 56 | 107 | 27 |
| Binary | 1100100 | 1010000 | 10001 | 0 | 10100 | 1010011 | 111101 | 101110 | 1000111 | 10111 |
Color Harmonies of #645011
Complementary color
Monochromatic Colors of #645011
Black with #645011
Text Example
Text Example
White with #645011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645011; }
p { color: rgb(100,80,17); }
H1.HeaderClassName
{
color: #645011;
}
.AnyTagClassName
{
color: #645011;
}
</style>
background-color css
<style>
a { background-color: #645011; }
a { background-color: rgb(100,80,17); }
div.DivClassName
{
background-color: #645011;
}
.BgClassName
{
background-color: #645011;
}
</style>
border-color css
<style>
span { border-color: #645011; }
span { border-color: rgb(100,80,17); }
td.TdClassName
{
border-color: #645011;
}
.TagClassName
{
border-color: #645011;
}
</style>