Shades of Dark Brown #643F10
Tints of Dark Brown #643F10
RGB
CMYK
RGB Variations
Color information
#643F10 (or 0x643F10) is known color: Dark Brown. HEX triplet: 64, 3F and 10. RGB value is (100,63,16). Sum of RGB (Red+Green+Blue) = 100+63+16=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #643F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F10 is #9BC0EF. Grayscale: #444444. Windows color (decimal): -10207472 or 1064804. OLE color: 1064804.
HSL color Cylindrical-coordinate representation of color #643F10: hue angle of 33.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #643F10 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 16 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.61 |
| HSL | 33.57º | 0.72% | 0.23% | - |
| HSV(B) | 33.57º | 0.84% | 0.39% | - |
| XYZ | 7.13 | 6.3 | 1.33 | - |
| YUV | 68.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 16 | 0 | 0.37 | 0.84 | 0.61 | 33.57 | 0.72 | 0.23 |
| Hex | 64 | 3F | 10 | 0 | 25 | 54 | 3D | 22 | 48 | 17 |
| Octal | 144 | 77 | 20 | 0 | 45 | 124 | 75 | 42 | 110 | 27 |
| Binary | 1100100 | 111111 | 10000 | 0 | 100101 | 1010100 | 111101 | 100010 | 1001000 | 10111 |
Color Harmonies of #643F10
Complementary color
Monochromatic Colors of #643F10
Black with #643F10
Text Example
Text Example
White with #643F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F10; }
p { color: rgb(100,63,16); }
H1.HeaderClassName
{
color: #643F10;
}
.AnyTagClassName
{
color: #643F10;
}
</style>
background-color css
<style>
a { background-color: #643F10; }
a { background-color: rgb(100,63,16); }
div.DivClassName
{
background-color: #643F10;
}
.BgClassName
{
background-color: #643F10;
}
</style>
border-color css
<style>
span { border-color: #643F10; }
span { border-color: rgb(100,63,16); }
td.TdClassName
{
border-color: #643F10;
}
.TagClassName
{
border-color: #643F10;
}
</style>