Shades of Dark Brown #644318
Tints of Dark Brown #644318
RGB
CMYK
RGB Variations
Color information
#644318 (or 0x644318) is known color: Dark Brown. HEX triplet: 64, 43 and 18. RGB value is (100,67,24). Sum of RGB (Red+Green+Blue) = 100+67+24=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #644318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644318 is #9BBCE7. Grayscale: #484848. Windows color (decimal): -10206440 or 1590116. OLE color: 1590116.
HSL color Cylindrical-coordinate representation of color #644318: hue angle of 33.95º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #644318 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 24 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.61 |
| HSL | 33.95º | 0.61% | 0.24% | - |
| HSV(B) | 33.95º | 0.76% | 0.39% | - |
| XYZ | 7.43 | 6.79 | 1.78 | - |
| YUV | 71.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 24 | 0 | 0.33 | 0.76 | 0.61 | 33.95 | 0.61 | 0.24 |
| Hex | 64 | 43 | 18 | 0 | 21 | 4C | 3D | 22 | 3D | 18 |
| Octal | 144 | 103 | 30 | 0 | 41 | 114 | 75 | 42 | 75 | 30 |
| Binary | 1100100 | 1000011 | 11000 | 0 | 100001 | 1001100 | 111101 | 100010 | 111101 | 11000 |
Color Harmonies of #644318
Complementary color
Monochromatic Colors of #644318
Black with #644318
Text Example
Text Example
White with #644318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644318; }
p { color: rgb(100,67,24); }
H1.HeaderClassName
{
color: #644318;
}
.AnyTagClassName
{
color: #644318;
}
</style>
background-color css
<style>
a { background-color: #644318; }
a { background-color: rgb(100,67,24); }
div.DivClassName
{
background-color: #644318;
}
.BgClassName
{
background-color: #644318;
}
</style>
border-color css
<style>
span { border-color: #644318; }
span { border-color: rgb(100,67,24); }
td.TdClassName
{
border-color: #644318;
}
.TagClassName
{
border-color: #644318;
}
</style>