Shades of Dark Brown #643F1D
Tints of Dark Brown #643F1D
RGB
CMYK
RGB Variations
Color information
#643F1D (or 0x643F1D) is known color: Dark Brown. HEX triplet: 64, 3F and 1D. RGB value is (100,63,29). Sum of RGB (Red+Green+Blue) = 100+63+29=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #643F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F1D is #9BC0E2. Grayscale: #464646. Windows color (decimal): -10207459 or 1916772. OLE color: 1916772.
HSL color Cylindrical-coordinate representation of color #643F1D: hue angle of 28.73º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643F1D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 29 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.61 |
| HSL | 28.73º | 0.55% | 0.25% | - |
| HSV(B) | 28.73º | 0.71% | 0.39% | - |
| XYZ | 7.25 | 6.35 | 2.01 | - |
| YUV | 70.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 29 | 0 | 0.37 | 0.71 | 0.61 | 28.73 | 0.55 | 0.25 |
| Hex | 64 | 3F | 1D | 0 | 25 | 47 | 3D | 1D | 37 | 19 |
| Octal | 144 | 77 | 35 | 0 | 45 | 107 | 75 | 35 | 67 | 31 |
| Binary | 1100100 | 111111 | 11101 | 0 | 100101 | 1000111 | 111101 | 11101 | 110111 | 11001 |
Color Harmonies of #643F1D
Complementary color
Monochromatic Colors of #643F1D
Black with #643F1D
Text Example
Text Example
White with #643F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F1D; }
p { color: rgb(100,63,29); }
H1.HeaderClassName
{
color: #643F1D;
}
.AnyTagClassName
{
color: #643F1D;
}
</style>
background-color css
<style>
a { background-color: #643F1D; }
a { background-color: rgb(100,63,29); }
div.DivClassName
{
background-color: #643F1D;
}
.BgClassName
{
background-color: #643F1D;
}
</style>
border-color css
<style>
span { border-color: #643F1D; }
span { border-color: rgb(100,63,29); }
td.TdClassName
{
border-color: #643F1D;
}
.TagClassName
{
border-color: #643F1D;
}
</style>