Shades of Raw Umber #645302
Tints of Raw Umber #645302
RGB
CMYK
RGB Variations
Color information
#645302 (or 0x645302) is known color: Raw Umber. HEX triplet: 64, 53 and 02. RGB value is (100,83,2). Sum of RGB (Red+Green+Blue) = 100+83+2=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #645302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645302 is #9BACFD. Grayscale: #4F4F4F. Windows color (decimal): -10202366 or 152420. OLE color: 152420.
HSL color Cylindrical-coordinate representation of color #645302: hue angle of 49.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #645302 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.61 |
| HSL | 49.59º | 0.96% | 0.2% | - |
| HSV(B) | 49.59º | 0.98% | 0.39% | - |
| XYZ | 8.36 | 8.9 | 1.33 | - |
| YUV | 78.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 2 | 0 | 0.17 | 0.98 | 0.61 | 49.59 | 0.96 | 0.2 |
| Hex | 64 | 53 | 2 | 0 | 11 | 62 | 3D | 32 | 60 | 14 |
| Octal | 144 | 123 | 2 | 0 | 21 | 142 | 75 | 62 | 140 | 24 |
| Binary | 1100100 | 1010011 | 10 | 0 | 10001 | 1100010 | 111101 | 110010 | 1100000 | 10100 |
Color Harmonies of #645302
Complementary color
Monochromatic Colors of #645302
Black with #645302
Text Example
Text Example
White with #645302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645302; }
p { color: rgb(100,83,2); }
H1.HeaderClassName
{
color: #645302;
}
.AnyTagClassName
{
color: #645302;
}
</style>
background-color css
<style>
a { background-color: #645302; }
a { background-color: rgb(100,83,2); }
div.DivClassName
{
background-color: #645302;
}
.BgClassName
{
background-color: #645302;
}
</style>
border-color css
<style>
span { border-color: #645302; }
span { border-color: rgb(100,83,2); }
td.TdClassName
{
border-color: #645302;
}
.TagClassName
{
border-color: #645302;
}
</style>