Shades of Dark Brown #64421D
Tints of Dark Brown #64421D
RGB
CMYK
RGB Variations
Color information
#64421D (or 0x64421D) is known color: Dark Brown. HEX triplet: 64, 42 and 1D. RGB value is (100,66,29). Sum of RGB (Red+Green+Blue) = 100+66+29=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64421D is #9BBDE2. Grayscale: #484848. Windows color (decimal): -10206691 or 1917540. OLE color: 1917540.
HSL color Cylindrical-coordinate representation of color #64421D: hue angle of 31.27º 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 #64421D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 29 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.61 |
| HSL | 31.27º | 0.55% | 0.25% | - |
| HSV(B) | 31.27º | 0.71% | 0.39% | - |
| XYZ | 7.43 | 6.69 | 2.06 | - |
| YUV | 71.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 29 | 0 | 0.34 | 0.71 | 0.61 | 31.27 | 0.55 | 0.25 |
| Hex | 64 | 42 | 1D | 0 | 22 | 47 | 3D | 1F | 37 | 19 |
| Octal | 144 | 102 | 35 | 0 | 42 | 107 | 75 | 37 | 67 | 31 |
| Binary | 1100100 | 1000010 | 11101 | 0 | 100010 | 1000111 | 111101 | 11111 | 110111 | 11001 |
Color Harmonies of #64421D
Complementary color
Monochromatic Colors of #64421D
Black with #64421D
Text Example
Text Example
White with #64421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64421D; }
p { color: rgb(100,66,29); }
H1.HeaderClassName
{
color: #64421D;
}
.AnyTagClassName
{
color: #64421D;
}
</style>
background-color css
<style>
a { background-color: #64421D; }
a { background-color: rgb(100,66,29); }
div.DivClassName
{
background-color: #64421D;
}
.BgClassName
{
background-color: #64421D;
}
</style>
border-color css
<style>
span { border-color: #64421D; }
span { border-color: rgb(100,66,29); }
td.TdClassName
{
border-color: #64421D;
}
.TagClassName
{
border-color: #64421D;
}
</style>