Shades of Raw Umber #643C04
Tints of Raw Umber #643C04
RGB
CMYK
RGB Variations
Color information
#643C04 (or 0x643C04) is known color: Raw Umber. HEX triplet: 64, 3C and 04. RGB value is (100,60,4). Sum of RGB (Red+Green+Blue) = 100+60+4=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #643C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C04 is #9BC3FB. Grayscale: #414141. Windows color (decimal): -10208252 or 277604. OLE color: 277604.
HSL color Cylindrical-coordinate representation of color #643C04: hue angle of 35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #643C04 is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 4 | - |
| CMYK | 0 | 0.4 | 0.96 | 0.61 |
| HSL | 35º | 0.92% | 0.2% | - |
| HSV(B) | 35º | 0.96% | 0.39% | - |
| XYZ | 6.89 | 5.95 | 0.9 | - |
| YUV | 65.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 4 | 0 | 0.4 | 0.96 | 0.61 | 35 | 0.92 | 0.2 |
| Hex | 64 | 3C | 4 | 0 | 28 | 60 | 3D | 23 | 5C | 14 |
| Octal | 144 | 74 | 4 | 0 | 50 | 140 | 75 | 43 | 134 | 24 |
| Binary | 1100100 | 111100 | 100 | 0 | 101000 | 1100000 | 111101 | 100011 | 1011100 | 10100 |
Color Harmonies of #643C04
Complementary color
Monochromatic Colors of #643C04
Black with #643C04
Text Example
Text Example
White with #643C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C04; }
p { color: rgb(100,60,4); }
H1.HeaderClassName
{
color: #643C04;
}
.AnyTagClassName
{
color: #643C04;
}
</style>
background-color css
<style>
a { background-color: #643C04; }
a { background-color: rgb(100,60,4); }
div.DivClassName
{
background-color: #643C04;
}
.BgClassName
{
background-color: #643C04;
}
</style>
border-color css
<style>
span { border-color: #643C04; }
span { border-color: rgb(100,60,4); }
td.TdClassName
{
border-color: #643C04;
}
.TagClassName
{
border-color: #643C04;
}
</style>