Shades of Dark Brown #644315
Tints of Dark Brown #644315
RGB
CMYK
RGB Variations
Color information
#644315 (or 0x644315) is known color: Dark Brown. HEX triplet: 64, 43 and 15. RGB value is (100,67,21). Sum of RGB (Red+Green+Blue) = 100+67+21=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #644315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644315 is #9BBCEA. Grayscale: #474747. Windows color (decimal): -10206443 or 1393508. OLE color: 1393508.
HSL color Cylindrical-coordinate representation of color #644315: hue angle of 34.94º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #644315 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 21 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.61 |
| HSL | 34.94º | 0.65% | 0.24% | - |
| HSV(B) | 34.94º | 0.79% | 0.39% | - |
| XYZ | 7.4 | 6.78 | 1.63 | - |
| YUV | 71.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 21 | 0 | 0.33 | 0.79 | 0.61 | 34.94 | 0.65 | 0.24 |
| Hex | 64 | 43 | 15 | 0 | 21 | 4F | 3D | 23 | 41 | 18 |
| Octal | 144 | 103 | 25 | 0 | 41 | 117 | 75 | 43 | 101 | 30 |
| Binary | 1100100 | 1000011 | 10101 | 0 | 100001 | 1001111 | 111101 | 100011 | 1000001 | 11000 |
Color Harmonies of #644315
Complementary color
Monochromatic Colors of #644315
Black with #644315
Text Example
Text Example
White with #644315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644315; }
p { color: rgb(100,67,21); }
H1.HeaderClassName
{
color: #644315;
}
.AnyTagClassName
{
color: #644315;
}
</style>
background-color css
<style>
a { background-color: #644315; }
a { background-color: rgb(100,67,21); }
div.DivClassName
{
background-color: #644315;
}
.BgClassName
{
background-color: #644315;
}
</style>
border-color css
<style>
span { border-color: #644315; }
span { border-color: rgb(100,67,21); }
td.TdClassName
{
border-color: #644315;
}
.TagClassName
{
border-color: #644315;
}
</style>