Shades of Very Dark Brown #644334
Tints of Very Dark Brown #644334
RGB
CMYK
RGB Variations
Color information
#644334 (or 0x644334) is known color: Very Dark Brown. HEX triplet: 64, 43 and 34. RGB value is (100,67,52). Sum of RGB (Red+Green+Blue) = 100+67+52=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #644334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644334 is #9BBCCB. Grayscale: #4B4B4B. Windows color (decimal): -10206412 or 3425124. OLE color: 3425124.
HSL color Cylindrical-coordinate representation of color #644334: hue angle of 18.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #644334 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 52 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.61 |
| HSL | 18.75º | 0.32% | 0.3% | - |
| HSV(B) | 18.75º | 0.48% | 0.39% | - |
| XYZ | 7.88 | 6.97 | 4.18 | - |
| YUV | 75.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 52 | 0 | 0.33 | 0.48 | 0.61 | 18.75 | 0.32 | 0.3 |
| Hex | 64 | 43 | 34 | 0 | 21 | 30 | 3D | 13 | 20 | 1E |
| Octal | 144 | 103 | 64 | 0 | 41 | 60 | 75 | 23 | 40 | 36 |
| Binary | 1100100 | 1000011 | 110100 | 0 | 100001 | 110000 | 111101 | 10011 | 100000 | 11110 |
Color Harmonies of #644334
Complementary color
Monochromatic Colors of #644334
Black with #644334
Text Example
Text Example
White with #644334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644334; }
p { color: rgb(100,67,52); }
H1.HeaderClassName
{
color: #644334;
}
.AnyTagClassName
{
color: #644334;
}
</style>
background-color css
<style>
a { background-color: #644334; }
a { background-color: rgb(100,67,52); }
div.DivClassName
{
background-color: #644334;
}
.BgClassName
{
background-color: #644334;
}
</style>
border-color css
<style>
span { border-color: #644334; }
span { border-color: rgb(100,67,52); }
td.TdClassName
{
border-color: #644334;
}
.TagClassName
{
border-color: #644334;
}
</style>