Shades of Raw Umber #643E00
Tints of Raw Umber #643E00
RGB
CMYK
RGB Variations
Color information
#643E00 (or 0x643E00) is known color: Raw Umber. HEX triplet: 64, 3E and 00. RGB value is (100,62,0). Sum of RGB (Red+Green+Blue) = 100+62+0=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #643E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643E00 is #9BC1FF. Grayscale: #424242. Windows color (decimal): -10207744 or 15972. OLE color: 15972.
HSL color Cylindrical-coordinate representation of color #643E00: hue angle of 37.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #643E00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.61 |
| HSL | 37.2º | 1% | 0.2% | - |
| HSV(B) | 37.2º | 1% | 0.39% | - |
| XYZ | 6.98 | 6.15 | 0.82 | - |
| YUV | 66.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 0 | 0 | 0.38 | 1 | 0.61 | 37.2 | 1 | 0.2 |
| Hex | 64 | 3E | 0 | 0 | 26 | 64 | 3D | 25 | 64 | 14 |
| Octal | 144 | 76 | 0 | 0 | 46 | 144 | 75 | 45 | 144 | 24 |
| Binary | 1100100 | 111110 | 0 | 0 | 100110 | 1100100 | 111101 | 100101 | 1100100 | 10100 |
Color Harmonies of #643E00
Complementary color
Monochromatic Colors of #643E00
Black with #643E00
Text Example
Text Example
White with #643E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E00; }
p { color: rgb(100,62,0); }
H1.HeaderClassName
{
color: #643E00;
}
.AnyTagClassName
{
color: #643E00;
}
</style>
background-color css
<style>
a { background-color: #643E00; }
a { background-color: rgb(100,62,0); }
div.DivClassName
{
background-color: #643E00;
}
.BgClassName
{
background-color: #643E00;
}
</style>
border-color css
<style>
span { border-color: #643E00; }
span { border-color: rgb(100,62,0); }
td.TdClassName
{
border-color: #643E00;
}
.TagClassName
{
border-color: #643E00;
}
</style>