Shades of Very Dark Brown #644338
Tints of Very Dark Brown #644338
RGB
CMYK
RGB Variations
Color information
#644338 (or 0x644338) is known color: Very Dark Brown. HEX triplet: 64, 43 and 38. RGB value is (100,67,56). Sum of RGB (Red+Green+Blue) = 100+67+56=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644338 is #9BBCC7. Grayscale: #4B4B4B. Windows color (decimal): -10206408 or 3687268. OLE color: 3687268.
HSL color Cylindrical-coordinate representation of color #644338: hue angle of 15º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644338 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 56 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.61 |
| HSL | 15º | 0.28% | 0.31% | - |
| HSV(B) | 15º | 0.44% | 0.39% | - |
| XYZ | 7.98 | 7.01 | 4.67 | - |
| YUV | 75.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 56 | 0 | 0.33 | 0.44 | 0.61 | 15 | 0.28 | 0.31 |
| Hex | 64 | 43 | 38 | 0 | 21 | 2C | 3D | F | 1C | 1F |
| Octal | 144 | 103 | 70 | 0 | 41 | 54 | 75 | 17 | 34 | 37 |
| Binary | 1100100 | 1000011 | 111000 | 0 | 100001 | 101100 | 111101 | 1111 | 11100 | 11111 |
Color Harmonies of #644338
Complementary color
Monochromatic Colors of #644338
Black with #644338
Text Example
Text Example
White with #644338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644338; }
p { color: rgb(100,67,56); }
H1.HeaderClassName
{
color: #644338;
}
.AnyTagClassName
{
color: #644338;
}
</style>
background-color css
<style>
a { background-color: #644338; }
a { background-color: rgb(100,67,56); }
div.DivClassName
{
background-color: #644338;
}
.BgClassName
{
background-color: #644338;
}
</style>
border-color css
<style>
span { border-color: #644338; }
span { border-color: rgb(100,67,56); }
td.TdClassName
{
border-color: #644338;
}
.TagClassName
{
border-color: #644338;
}
</style>