Shades of Dark Brown #643F16
Tints of Dark Brown #643F16
RGB
CMYK
RGB Variations
Color information
#643F16 (or 0x643F16) is known color: Dark Brown. HEX triplet: 64, 3F and 16. RGB value is (100,63,22). Sum of RGB (Red+Green+Blue) = 100+63+22=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #643F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F16 is #9BC0E9. Grayscale: #454545. Windows color (decimal): -10207466 or 1458020. OLE color: 1458020.
HSL color Cylindrical-coordinate representation of color #643F16: hue angle of 31.54º 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 #643F16 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 22 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.61 |
| HSL | 31.54º | 0.64% | 0.24% | - |
| HSV(B) | 31.54º | 0.78% | 0.39% | - |
| XYZ | 7.18 | 6.32 | 1.6 | - |
| YUV | 69.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 22 | 0 | 0.37 | 0.78 | 0.61 | 31.54 | 0.64 | 0.24 |
| Hex | 64 | 3F | 16 | 0 | 25 | 4E | 3D | 20 | 40 | 18 |
| Octal | 144 | 77 | 26 | 0 | 45 | 116 | 75 | 40 | 100 | 30 |
| Binary | 1100100 | 111111 | 10110 | 0 | 100101 | 1001110 | 111101 | 100000 | 1000000 | 11000 |
Color Harmonies of #643F16
Complementary color
Monochromatic Colors of #643F16
Black with #643F16
Text Example
Text Example
White with #643F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F16; }
p { color: rgb(100,63,22); }
H1.HeaderClassName
{
color: #643F16;
}
.AnyTagClassName
{
color: #643F16;
}
</style>
background-color css
<style>
a { background-color: #643F16; }
a { background-color: rgb(100,63,22); }
div.DivClassName
{
background-color: #643F16;
}
.BgClassName
{
background-color: #643F16;
}
</style>
border-color css
<style>
span { border-color: #643F16; }
span { border-color: rgb(100,63,22); }
td.TdClassName
{
border-color: #643F16;
}
.TagClassName
{
border-color: #643F16;
}
</style>