Shades of Dark Brown #643D1E
Tints of Dark Brown #643D1E
RGB
CMYK
RGB Variations
Color information
#643D1E (or 0x643D1E) is known color: Dark Brown. HEX triplet: 64, 3D and 1E. RGB value is (100,61,30). Sum of RGB (Red+Green+Blue) = 100+61+30=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #643D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D1E is #9BC2E1. Grayscale: #454545. Windows color (decimal): -10207970 or 1981796. OLE color: 1981796.
HSL color Cylindrical-coordinate representation of color #643D1E: hue angle of 26.57º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #643D1E is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 30 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.61 |
| HSL | 26.57º | 0.54% | 0.25% | - |
| HSV(B) | 26.57º | 0.7% | 0.39% | - |
| XYZ | 7.16 | 6.14 | 2.04 | - |
| YUV | 69.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 30 | 0 | 0.39 | 0.70 | 0.61 | 26.57 | 0.54 | 0.25 |
| Hex | 64 | 3D | 1E | 0 | 27 | 46 | 3D | 1B | 36 | 19 |
| Octal | 144 | 75 | 36 | 0 | 47 | 106 | 75 | 33 | 66 | 31 |
| Binary | 1100100 | 111101 | 11110 | 0 | 100111 | 1000110 | 111101 | 11011 | 110110 | 11001 |
Color Harmonies of #643D1E
Complementary color
Monochromatic Colors of #643D1E
Black with #643D1E
Text Example
Text Example
White with #643D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D1E; }
p { color: rgb(100,61,30); }
H1.HeaderClassName
{
color: #643D1E;
}
.AnyTagClassName
{
color: #643D1E;
}
</style>
background-color css
<style>
a { background-color: #643D1E; }
a { background-color: rgb(100,61,30); }
div.DivClassName
{
background-color: #643D1E;
}
.BgClassName
{
background-color: #643D1E;
}
</style>
border-color css
<style>
span { border-color: #643D1E; }
span { border-color: rgb(100,61,30); }
td.TdClassName
{
border-color: #643D1E;
}
.TagClassName
{
border-color: #643D1E;
}
</style>