Shades of Raw Umber #645503
Tints of Raw Umber #645503
RGB
CMYK
RGB Variations
Color information
#645503 (or 0x645503) is known color: Raw Umber. HEX triplet: 64, 55 and 03. RGB value is (100,85,3). Sum of RGB (Red+Green+Blue) = 100+85+3=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #645503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645503 is #9BAAFC. Grayscale: #505050. Windows color (decimal): -10201853 or 218468. OLE color: 218468.
HSL color Cylindrical-coordinate representation of color #645503: hue angle of 50.72º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #645503 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 3 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.61 |
| HSL | 50.72º | 0.94% | 0.2% | - |
| HSV(B) | 50.72º | 0.97% | 0.39% | - |
| XYZ | 8.52 | 9.21 | 1.42 | - |
| YUV | 80.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 3 | 0 | 0.15 | 0.97 | 0.61 | 50.72 | 0.94 | 0.2 |
| Hex | 64 | 55 | 3 | 0 | F | 61 | 3D | 33 | 5E | 14 |
| Octal | 144 | 125 | 3 | 0 | 17 | 141 | 75 | 63 | 136 | 24 |
| Binary | 1100100 | 1010101 | 11 | 0 | 1111 | 1100001 | 111101 | 110011 | 1011110 | 10100 |
Color Harmonies of #645503
Complementary color
Monochromatic Colors of #645503
Black with #645503
Text Example
Text Example
White with #645503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645503; }
p { color: rgb(100,85,3); }
H1.HeaderClassName
{
color: #645503;
}
.AnyTagClassName
{
color: #645503;
}
</style>
background-color css
<style>
a { background-color: #645503; }
a { background-color: rgb(100,85,3); }
div.DivClassName
{
background-color: #645503;
}
.BgClassName
{
background-color: #645503;
}
</style>
border-color css
<style>
span { border-color: #645503; }
span { border-color: rgb(100,85,3); }
td.TdClassName
{
border-color: #645503;
}
.TagClassName
{
border-color: #645503;
}
</style>