Shades of Very Dark Brown #644033
Tints of Very Dark Brown #644033
RGB
CMYK
RGB Variations
Color information
#644033 (or 0x644033) is known color: Very Dark Brown. HEX triplet: 64, 40 and 33. RGB value is (100,64,51). Sum of RGB (Red+Green+Blue) = 100+64+51=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #644033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644033 is #9BBFCC. Grayscale: #494949. Windows color (decimal): -10207181 or 3358820. OLE color: 3358820.
HSL color Cylindrical-coordinate representation of color #644033: hue angle of 15.92º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644033 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 51 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.61 |
| HSL | 15.92º | 0.32% | 0.3% | - |
| HSV(B) | 15.92º | 0.49% | 0.39% | - |
| XYZ | 7.69 | 6.62 | 4 | - |
| YUV | 73.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 51 | 0 | 0.36 | 0.49 | 0.61 | 15.92 | 0.32 | 0.3 |
| Hex | 64 | 40 | 33 | 0 | 24 | 31 | 3D | 10 | 20 | 1E |
| Octal | 144 | 100 | 63 | 0 | 44 | 61 | 75 | 20 | 40 | 36 |
| Binary | 1100100 | 1000000 | 110011 | 0 | 100100 | 110001 | 111101 | 10000 | 100000 | 11110 |
Color Harmonies of #644033
Complementary color
Monochromatic Colors of #644033
Black with #644033
Text Example
Text Example
White with #644033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644033; }
p { color: rgb(100,64,51); }
H1.HeaderClassName
{
color: #644033;
}
.AnyTagClassName
{
color: #644033;
}
</style>
background-color css
<style>
a { background-color: #644033; }
a { background-color: rgb(100,64,51); }
div.DivClassName
{
background-color: #644033;
}
.BgClassName
{
background-color: #644033;
}
</style>
border-color css
<style>
span { border-color: #644033; }
span { border-color: rgb(100,64,51); }
td.TdClassName
{
border-color: #644033;
}
.TagClassName
{
border-color: #644033;
}
</style>