Shades of Raw Umber #645305
Tints of Raw Umber #645305
RGB
CMYK
RGB Variations
Color information
#645305 (or 0x645305) is known color: Raw Umber. HEX triplet: 64, 53 and 05. RGB value is (100,83,5). Sum of RGB (Red+Green+Blue) = 100+83+5=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #645305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645305 is #9BACFA. Grayscale: #4F4F4F. Windows color (decimal): -10202363 or 349028. OLE color: 349028.
HSL color Cylindrical-coordinate representation of color #645305: hue angle of 49.26º 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 #645305 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 5 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.61 |
| HSL | 49.26º | 0.9% | 0.21% | - |
| HSV(B) | 49.26º | 0.95% | 0.39% | - |
| XYZ | 8.38 | 8.91 | 1.42 | - |
| YUV | 79.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 5 | 0 | 0.17 | 0.95 | 0.61 | 49.26 | 0.9 | 0.21 |
| Hex | 64 | 53 | 5 | 0 | 11 | 5F | 3D | 31 | 5A | 15 |
| Octal | 144 | 123 | 5 | 0 | 21 | 137 | 75 | 61 | 132 | 25 |
| Binary | 1100100 | 1010011 | 101 | 0 | 10001 | 1011111 | 111101 | 110001 | 1011010 | 10101 |
Color Harmonies of #645305
Complementary color
Monochromatic Colors of #645305
Black with #645305
Text Example
Text Example
White with #645305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645305; }
p { color: rgb(100,83,5); }
H1.HeaderClassName
{
color: #645305;
}
.AnyTagClassName
{
color: #645305;
}
</style>
background-color css
<style>
a { background-color: #645305; }
a { background-color: rgb(100,83,5); }
div.DivClassName
{
background-color: #645305;
}
.BgClassName
{
background-color: #645305;
}
</style>
border-color css
<style>
span { border-color: #645305; }
span { border-color: rgb(100,83,5); }
td.TdClassName
{
border-color: #645305;
}
.TagClassName
{
border-color: #645305;
}
</style>