Shades of Raw Umber #643C07
Tints of Raw Umber #643C07
RGB
CMYK
RGB Variations
Color information
#643C07 (or 0x643C07) is known color: Raw Umber. HEX triplet: 64, 3C and 07. RGB value is (100,60,7). Sum of RGB (Red+Green+Blue) = 100+60+7=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #643C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C07 is #9BC3F8. Grayscale: #424242. Windows color (decimal): -10208249 or 474212. OLE color: 474212.
HSL color Cylindrical-coordinate representation of color #643C07: hue angle of 34.19º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #643C07 is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 7 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.61 |
| HSL | 34.19º | 0.87% | 0.21% | - |
| HSV(B) | 34.19º | 0.93% | 0.39% | - |
| XYZ | 6.91 | 5.96 | 0.99 | - |
| YUV | 65.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 7 | 0 | 0.4 | 0.93 | 0.61 | 34.19 | 0.87 | 0.21 |
| Hex | 64 | 3C | 7 | 0 | 28 | 5D | 3D | 22 | 57 | 15 |
| Octal | 144 | 74 | 7 | 0 | 50 | 135 | 75 | 42 | 127 | 25 |
| Binary | 1100100 | 111100 | 111 | 0 | 101000 | 1011101 | 111101 | 100010 | 1010111 | 10101 |
Color Harmonies of #643C07
Complementary color
Monochromatic Colors of #643C07
Black with #643C07
Text Example
Text Example
White with #643C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C07; }
p { color: rgb(100,60,7); }
H1.HeaderClassName
{
color: #643C07;
}
.AnyTagClassName
{
color: #643C07;
}
</style>
background-color css
<style>
a { background-color: #643C07; }
a { background-color: rgb(100,60,7); }
div.DivClassName
{
background-color: #643C07;
}
.BgClassName
{
background-color: #643C07;
}
</style>
border-color css
<style>
span { border-color: #643C07; }
span { border-color: rgb(100,60,7); }
td.TdClassName
{
border-color: #643C07;
}
.TagClassName
{
border-color: #643C07;
}
</style>