Shades of Raw Umber #645505
Tints of Raw Umber #645505
RGB
CMYK
RGB Variations
Color information
#645505 (or 0x645505) is known color: Raw Umber. HEX triplet: 64, 55 and 05. RGB value is (100,85,5). Sum of RGB (Red+Green+Blue) = 100+85+5=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #645505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645505 is #9BAAFA. Grayscale: #505050. Windows color (decimal): -10201851 or 349540. OLE color: 349540.
HSL color Cylindrical-coordinate representation of color #645505: hue angle of 50.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #645505 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 5 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.61 |
| HSL | 50.53º | 0.9% | 0.21% | - |
| HSV(B) | 50.53º | 0.95% | 0.39% | - |
| XYZ | 8.53 | 9.22 | 1.47 | - |
| YUV | 80.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 5 | 0 | 0.15 | 0.95 | 0.61 | 50.53 | 0.9 | 0.21 |
| Hex | 64 | 55 | 5 | 0 | F | 5F | 3D | 33 | 5A | 15 |
| Octal | 144 | 125 | 5 | 0 | 17 | 137 | 75 | 63 | 132 | 25 |
| Binary | 1100100 | 1010101 | 101 | 0 | 1111 | 1011111 | 111101 | 110011 | 1011010 | 10101 |
Color Harmonies of #645505
Complementary color
Monochromatic Colors of #645505
Black with #645505
Text Example
Text Example
White with #645505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645505; }
p { color: rgb(100,85,5); }
H1.HeaderClassName
{
color: #645505;
}
.AnyTagClassName
{
color: #645505;
}
</style>
background-color css
<style>
a { background-color: #645505; }
a { background-color: rgb(100,85,5); }
div.DivClassName
{
background-color: #645505;
}
.BgClassName
{
background-color: #645505;
}
</style>
border-color css
<style>
span { border-color: #645505; }
span { border-color: rgb(100,85,5); }
td.TdClassName
{
border-color: #645505;
}
.TagClassName
{
border-color: #645505;
}
</style>