Shades of Dark Brown #643F19
Tints of Dark Brown #643F19
RGB
CMYK
RGB Variations
Color information
#643F19 (or 0x643F19) is known color: Dark Brown. HEX triplet: 64, 3F and 19. RGB value is (100,63,25). Sum of RGB (Red+Green+Blue) = 100+63+25=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #643F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F19 is #9BC0E6. Grayscale: #454545. Windows color (decimal): -10207463 or 1654628. OLE color: 1654628.
HSL color Cylindrical-coordinate representation of color #643F19: hue angle of 30.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643F19 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 25 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.61 |
| HSL | 30.4º | 0.6% | 0.25% | - |
| HSV(B) | 30.4º | 0.75% | 0.39% | - |
| XYZ | 7.21 | 6.33 | 1.76 | - |
| YUV | 69.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 25 | 0 | 0.37 | 0.75 | 0.61 | 30.4 | 0.6 | 0.25 |
| Hex | 64 | 3F | 19 | 0 | 25 | 4B | 3D | 1E | 3C | 19 |
| Octal | 144 | 77 | 31 | 0 | 45 | 113 | 75 | 36 | 74 | 31 |
| Binary | 1100100 | 111111 | 11001 | 0 | 100101 | 1001011 | 111101 | 11110 | 111100 | 11001 |
Color Harmonies of #643F19
Complementary color
Monochromatic Colors of #643F19
Black with #643F19
Text Example
Text Example
White with #643F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F19; }
p { color: rgb(100,63,25); }
H1.HeaderClassName
{
color: #643F19;
}
.AnyTagClassName
{
color: #643F19;
}
</style>
background-color css
<style>
a { background-color: #643F19; }
a { background-color: rgb(100,63,25); }
div.DivClassName
{
background-color: #643F19;
}
.BgClassName
{
background-color: #643F19;
}
</style>
border-color css
<style>
span { border-color: #643F19; }
span { border-color: rgb(100,63,25); }
td.TdClassName
{
border-color: #643F19;
}
.TagClassName
{
border-color: #643F19;
}
</style>