Shades of Dark Brown #643F15
Tints of Dark Brown #643F15
RGB
CMYK
RGB Variations
Color information
#643F15 (or 0x643F15) is known color: Dark Brown. HEX triplet: 64, 3F and 15. RGB value is (100,63,21). Sum of RGB (Red+Green+Blue) = 100+63+21=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #643F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F15 is #9BC0EA. Grayscale: #454545. Windows color (decimal): -10207467 or 1392484. OLE color: 1392484.
HSL color Cylindrical-coordinate representation of color #643F15: hue angle of 31.9º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #643F15 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 21 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.61 |
| HSL | 31.9º | 0.65% | 0.24% | - |
| HSV(B) | 31.9º | 0.79% | 0.39% | - |
| XYZ | 7.17 | 6.32 | 1.55 | - |
| YUV | 69.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 21 | 0 | 0.37 | 0.79 | 0.61 | 31.9 | 0.65 | 0.24 |
| Hex | 64 | 3F | 15 | 0 | 25 | 4F | 3D | 20 | 41 | 18 |
| Octal | 144 | 77 | 25 | 0 | 45 | 117 | 75 | 40 | 101 | 30 |
| Binary | 1100100 | 111111 | 10101 | 0 | 100101 | 1001111 | 111101 | 100000 | 1000001 | 11000 |
Color Harmonies of #643F15
Complementary color
Monochromatic Colors of #643F15
Black with #643F15
Text Example
Text Example
White with #643F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F15; }
p { color: rgb(100,63,21); }
H1.HeaderClassName
{
color: #643F15;
}
.AnyTagClassName
{
color: #643F15;
}
</style>
background-color css
<style>
a { background-color: #643F15; }
a { background-color: rgb(100,63,21); }
div.DivClassName
{
background-color: #643F15;
}
.BgClassName
{
background-color: #643F15;
}
</style>
border-color css
<style>
span { border-color: #643F15; }
span { border-color: rgb(100,63,21); }
td.TdClassName
{
border-color: #643F15;
}
.TagClassName
{
border-color: #643F15;
}
</style>