Shades of Raw Umber #645306
Tints of Raw Umber #645306
RGB
CMYK
RGB Variations
Color information
#645306 (or 0x645306) is known color: Raw Umber. HEX triplet: 64, 53 and 06. RGB value is (100,83,6). Sum of RGB (Red+Green+Blue) = 100+83+6=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #645306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645306 is #9BACF9. Grayscale: #4F4F4F. Windows color (decimal): -10202362 or 414564. OLE color: 414564.
HSL color Cylindrical-coordinate representation of color #645306: hue angle of 49.15º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #645306 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 6 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.61 |
| HSL | 49.15º | 0.89% | 0.21% | - |
| HSV(B) | 49.15º | 0.94% | 0.39% | - |
| XYZ | 8.38 | 8.91 | 1.45 | - |
| YUV | 79.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 6 | 0 | 0.17 | 0.94 | 0.61 | 49.15 | 0.89 | 0.21 |
| Hex | 64 | 53 | 6 | 0 | 11 | 5E | 3D | 31 | 59 | 15 |
| Octal | 144 | 123 | 6 | 0 | 21 | 136 | 75 | 61 | 131 | 25 |
| Binary | 1100100 | 1010011 | 110 | 0 | 10001 | 1011110 | 111101 | 110001 | 1011001 | 10101 |
Color Harmonies of #645306
Complementary color
Monochromatic Colors of #645306
Black with #645306
Text Example
Text Example
White with #645306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645306; }
p { color: rgb(100,83,6); }
H1.HeaderClassName
{
color: #645306;
}
.AnyTagClassName
{
color: #645306;
}
</style>
background-color css
<style>
a { background-color: #645306; }
a { background-color: rgb(100,83,6); }
div.DivClassName
{
background-color: #645306;
}
.BgClassName
{
background-color: #645306;
}
</style>
border-color css
<style>
span { border-color: #645306; }
span { border-color: rgb(100,83,6); }
td.TdClassName
{
border-color: #645306;
}
.TagClassName
{
border-color: #645306;
}
</style>