Shades of Dark Brown #643E16
Tints of Dark Brown #643E16
RGB
CMYK
RGB Variations
Color information
#643E16 (or 0x643E16) is known color: Dark Brown. HEX triplet: 64, 3E and 16. RGB value is (100,62,22). Sum of RGB (Red+Green+Blue) = 100+62+22=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #643E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643E16 is #9BC1E9. Grayscale: #454545. Windows color (decimal): -10207722 or 1457764. OLE color: 1457764.
HSL color Cylindrical-coordinate representation of color #643E16: hue angle of 30.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #643E16 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 22 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.61 |
| HSL | 30.77º | 0.64% | 0.24% | - |
| HSV(B) | 30.77º | 0.78% | 0.39% | - |
| XYZ | 7.12 | 6.21 | 1.58 | - |
| YUV | 68.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 22 | 0 | 0.38 | 0.78 | 0.61 | 30.77 | 0.64 | 0.24 |
| Hex | 64 | 3E | 16 | 0 | 26 | 4E | 3D | 1F | 40 | 18 |
| Octal | 144 | 76 | 26 | 0 | 46 | 116 | 75 | 37 | 100 | 30 |
| Binary | 1100100 | 111110 | 10110 | 0 | 100110 | 1001110 | 111101 | 11111 | 1000000 | 11000 |
Color Harmonies of #643E16
Complementary color
Monochromatic Colors of #643E16
Black with #643E16
Text Example
Text Example
White with #643E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E16; }
p { color: rgb(100,62,22); }
H1.HeaderClassName
{
color: #643E16;
}
.AnyTagClassName
{
color: #643E16;
}
</style>
background-color css
<style>
a { background-color: #643E16; }
a { background-color: rgb(100,62,22); }
div.DivClassName
{
background-color: #643E16;
}
.BgClassName
{
background-color: #643E16;
}
</style>
border-color css
<style>
span { border-color: #643E16; }
span { border-color: rgb(100,62,22); }
td.TdClassName
{
border-color: #643E16;
}
.TagClassName
{
border-color: #643E16;
}
</style>