Shades of Raw Umber #643E0C
Tints of Raw Umber #643E0C
RGB
CMYK
RGB Variations
Color information
#643E0C (or 0x643E0C) is known color: Raw Umber. HEX triplet: 64, 3E and 0C. RGB value is (100,62,12). Sum of RGB (Red+Green+Blue) = 100+62+12=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #643E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643E0C is #9BC1F3. Grayscale: #434343. Windows color (decimal): -10207732 or 802404. OLE color: 802404.
HSL color Cylindrical-coordinate representation of color #643E0C: hue angle of 34.09º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #643E0C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 12 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.61 |
| HSL | 34.09º | 0.79% | 0.22% | - |
| HSV(B) | 34.09º | 0.88% | 0.39% | - |
| XYZ | 7.04 | 6.18 | 1.17 | - |
| YUV | 67.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 12 | 0 | 0.38 | 0.88 | 0.61 | 34.09 | 0.79 | 0.22 |
| Hex | 64 | 3E | C | 0 | 26 | 58 | 3D | 22 | 4F | 16 |
| Octal | 144 | 76 | 14 | 0 | 46 | 130 | 75 | 42 | 117 | 26 |
| Binary | 1100100 | 111110 | 1100 | 0 | 100110 | 1011000 | 111101 | 100010 | 1001111 | 10110 |
Color Harmonies of #643E0C
Complementary color
Monochromatic Colors of #643E0C
Black with #643E0C
Text Example
Text Example
White with #643E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E0C; }
p { color: rgb(100,62,12); }
H1.HeaderClassName
{
color: #643E0C;
}
.AnyTagClassName
{
color: #643E0C;
}
</style>
background-color css
<style>
a { background-color: #643E0C; }
a { background-color: rgb(100,62,12); }
div.DivClassName
{
background-color: #643E0C;
}
.BgClassName
{
background-color: #643E0C;
}
</style>
border-color css
<style>
span { border-color: #643E0C; }
span { border-color: rgb(100,62,12); }
td.TdClassName
{
border-color: #643E0C;
}
.TagClassName
{
border-color: #643E0C;
}
</style>