Shades of Raw Umber #644102
Tints of Raw Umber #644102
RGB
CMYK
RGB Variations
Color information
#644102 (or 0x644102) is known color: Raw Umber. HEX triplet: 64, 41 and 02. RGB value is (100,65,2). Sum of RGB (Red+Green+Blue) = 100+65+2=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #644102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644102 is #9BBEFD. Grayscale: #444444. Windows color (decimal): -10206974 or 147812. OLE color: 147812.
HSL color Cylindrical-coordinate representation of color #644102: hue angle of 38.57º 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 #644102 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.61 |
| HSL | 38.57º | 0.96% | 0.2% | - |
| HSV(B) | 38.57º | 0.98% | 0.39% | - |
| XYZ | 7.16 | 6.49 | 0.93 | - |
| YUV | 68.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 2 | 0 | 0.35 | 0.98 | 0.61 | 38.57 | 0.96 | 0.2 |
| Hex | 64 | 41 | 2 | 0 | 23 | 62 | 3D | 27 | 60 | 14 |
| Octal | 144 | 101 | 2 | 0 | 43 | 142 | 75 | 47 | 140 | 24 |
| Binary | 1100100 | 1000001 | 10 | 0 | 100011 | 1100010 | 111101 | 100111 | 1100000 | 10100 |
Color Harmonies of #644102
Complementary color
Monochromatic Colors of #644102
Black with #644102
Text Example
Text Example
White with #644102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644102; }
p { color: rgb(100,65,2); }
H1.HeaderClassName
{
color: #644102;
}
.AnyTagClassName
{
color: #644102;
}
</style>
background-color css
<style>
a { background-color: #644102; }
a { background-color: rgb(100,65,2); }
div.DivClassName
{
background-color: #644102;
}
.BgClassName
{
background-color: #644102;
}
</style>
border-color css
<style>
span { border-color: #644102; }
span { border-color: rgb(100,65,2); }
td.TdClassName
{
border-color: #644102;
}
.TagClassName
{
border-color: #644102;
}
</style>