Shades of Dark Brown #644521
Tints of Dark Brown #644521
RGB
CMYK
RGB Variations
Color information
#644521 (or 0x644521) is known color: Dark Brown. HEX triplet: 64, 45 and 21. RGB value is (100,69,33). Sum of RGB (Red+Green+Blue) = 100+69+33=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #644521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644521 is #9BBADE. Grayscale: #4A4A4A. Windows color (decimal): -10205919 or 2180452. OLE color: 2180452.
HSL color Cylindrical-coordinate representation of color #644521: hue angle of 32.24º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644521 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 33 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.61 |
| HSL | 32.24º | 0.5% | 0.26% | - |
| HSV(B) | 32.24º | 0.67% | 0.39% | - |
| XYZ | 7.66 | 7.08 | 2.4 | - |
| YUV | 74.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 33 | 0 | 0.31 | 0.67 | 0.61 | 32.24 | 0.5 | 0.26 |
| Hex | 64 | 45 | 21 | 0 | 1F | 43 | 3D | 20 | 32 | 1A |
| Octal | 144 | 105 | 41 | 0 | 37 | 103 | 75 | 40 | 62 | 32 |
| Binary | 1100100 | 1000101 | 100001 | 0 | 11111 | 1000011 | 111101 | 100000 | 110010 | 11010 |
Color Harmonies of #644521
Complementary color
Monochromatic Colors of #644521
Black with #644521
Text Example
Text Example
White with #644521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644521; }
p { color: rgb(100,69,33); }
H1.HeaderClassName
{
color: #644521;
}
.AnyTagClassName
{
color: #644521;
}
</style>
background-color css
<style>
a { background-color: #644521; }
a { background-color: rgb(100,69,33); }
div.DivClassName
{
background-color: #644521;
}
.BgClassName
{
background-color: #644521;
}
</style>
border-color css
<style>
span { border-color: #644521; }
span { border-color: rgb(100,69,33); }
td.TdClassName
{
border-color: #644521;
}
.TagClassName
{
border-color: #644521;
}
</style>