Shades of Dark Brown #64421B
Tints of Dark Brown #64421B
RGB
CMYK
RGB Variations
Color information
#64421B (or 0x64421B) is known color: Dark Brown. HEX triplet: 64, 42 and 1B. RGB value is (100,66,27). Sum of RGB (Red+Green+Blue) = 100+66+27=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64421B is #9BBDE4. Grayscale: #474747. Windows color (decimal): -10206693 or 1786468. OLE color: 1786468.
HSL color Cylindrical-coordinate representation of color #64421B: hue angle of 32.05º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64421B is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 27 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.61 |
| HSL | 32.05º | 0.57% | 0.25% | - |
| HSV(B) | 32.05º | 0.73% | 0.39% | - |
| XYZ | 7.4 | 6.68 | 1.94 | - |
| YUV | 71.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 27 | 0 | 0.34 | 0.73 | 0.61 | 32.05 | 0.57 | 0.25 |
| Hex | 64 | 42 | 1B | 0 | 22 | 49 | 3D | 20 | 39 | 19 |
| Octal | 144 | 102 | 33 | 0 | 42 | 111 | 75 | 40 | 71 | 31 |
| Binary | 1100100 | 1000010 | 11011 | 0 | 100010 | 1001001 | 111101 | 100000 | 111001 | 11001 |
Color Harmonies of #64421B
Complementary color
Monochromatic Colors of #64421B
Black with #64421B
Text Example
Text Example
White with #64421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64421B; }
p { color: rgb(100,66,27); }
H1.HeaderClassName
{
color: #64421B;
}
.AnyTagClassName
{
color: #64421B;
}
</style>
background-color css
<style>
a { background-color: #64421B; }
a { background-color: rgb(100,66,27); }
div.DivClassName
{
background-color: #64421B;
}
.BgClassName
{
background-color: #64421B;
}
</style>
border-color css
<style>
span { border-color: #64421B; }
span { border-color: rgb(100,66,27); }
td.TdClassName
{
border-color: #64421B;
}
.TagClassName
{
border-color: #64421B;
}
</style>