Shades of Raw Umber #644105
Tints of Raw Umber #644105
RGB
CMYK
RGB Variations
Color information
#644105 (or 0x644105) is known color: Raw Umber. HEX triplet: 64, 41 and 05. RGB value is (100,65,5). Sum of RGB (Red+Green+Blue) = 100+65+5=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #644105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644105 is #9BBEFA. Grayscale: #444444. Windows color (decimal): -10206971 or 344420. OLE color: 344420.
HSL color Cylindrical-coordinate representation of color #644105: hue angle of 37.89º 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 #644105 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 5 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.61 |
| HSL | 37.89º | 0.9% | 0.21% | - |
| HSV(B) | 37.89º | 0.95% | 0.39% | - |
| XYZ | 7.17 | 6.5 | 1.02 | - |
| YUV | 68.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 5 | 0 | 0.35 | 0.95 | 0.61 | 37.89 | 0.9 | 0.21 |
| Hex | 64 | 41 | 5 | 0 | 23 | 5F | 3D | 26 | 5A | 15 |
| Octal | 144 | 101 | 5 | 0 | 43 | 137 | 75 | 46 | 132 | 25 |
| Binary | 1100100 | 1000001 | 101 | 0 | 100011 | 1011111 | 111101 | 100110 | 1011010 | 10101 |
Color Harmonies of #644105
Complementary color
Monochromatic Colors of #644105
Black with #644105
Text Example
Text Example
White with #644105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644105; }
p { color: rgb(100,65,5); }
H1.HeaderClassName
{
color: #644105;
}
.AnyTagClassName
{
color: #644105;
}
</style>
background-color css
<style>
a { background-color: #644105; }
a { background-color: rgb(100,65,5); }
div.DivClassName
{
background-color: #644105;
}
.BgClassName
{
background-color: #644105;
}
</style>
border-color css
<style>
span { border-color: #644105; }
span { border-color: rgb(100,65,5); }
td.TdClassName
{
border-color: #644105;
}
.TagClassName
{
border-color: #644105;
}
</style>