Shades of Raw Umber #643E0A
Tints of Raw Umber #643E0A
RGB
CMYK
RGB Variations
Color information
#643E0A (or 0x643E0A) is known color: Raw Umber. HEX triplet: 64, 3E and 0A. RGB value is (100,62,10). Sum of RGB (Red+Green+Blue) = 100+62+10=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643E0A is #9BC1F5. Grayscale: #434343. Windows color (decimal): -10207734 or 671332. OLE color: 671332.
HSL color Cylindrical-coordinate representation of color #643E0A: hue angle of 34.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #643E0A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 10 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.61 |
| HSL | 34.67º | 0.82% | 0.22% | - |
| HSV(B) | 34.67º | 0.9% | 0.39% | - |
| XYZ | 7.03 | 6.18 | 1.11 | - |
| YUV | 67.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 10 | 0 | 0.38 | 0.90 | 0.61 | 34.67 | 0.82 | 0.22 |
| Hex | 64 | 3E | A | 0 | 26 | 5A | 3D | 23 | 52 | 16 |
| Octal | 144 | 76 | 12 | 0 | 46 | 132 | 75 | 43 | 122 | 26 |
| Binary | 1100100 | 111110 | 1010 | 0 | 100110 | 1011010 | 111101 | 100011 | 1010010 | 10110 |
Color Harmonies of #643E0A
Complementary color
Monochromatic Colors of #643E0A
Black with #643E0A
Text Example
Text Example
White with #643E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E0A; }
p { color: rgb(100,62,10); }
H1.HeaderClassName
{
color: #643E0A;
}
.AnyTagClassName
{
color: #643E0A;
}
</style>
background-color css
<style>
a { background-color: #643E0A; }
a { background-color: rgb(100,62,10); }
div.DivClassName
{
background-color: #643E0A;
}
.BgClassName
{
background-color: #643E0A;
}
</style>
border-color css
<style>
span { border-color: #643E0A; }
span { border-color: rgb(100,62,10); }
td.TdClassName
{
border-color: #643E0A;
}
.TagClassName
{
border-color: #643E0A;
}
</style>