Shades of Very Dark Brown #64463C
Tints of Very Dark Brown #64463C
RGB
CMYK
RGB Variations
Color information
#64463C (or 0x64463C) is known color: Very Dark Brown. HEX triplet: 64, 46 and 3C. RGB value is (100,70,60). Sum of RGB (Red+Green+Blue) = 100+70+60=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463C is #9BB9C3. Grayscale: #4D4D4D. Windows color (decimal): -10205636 or 3950180. OLE color: 3950180.
HSL color Cylindrical-coordinate representation of color #64463C: hue angle of 15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64463C is Cyan = 0, Magento = 0.30, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 60 | - |
| CMYK | 0 | 0.30 | 0.4 | 0.61 |
| HSL | 15º | 0.25% | 0.31% | - |
| HSV(B) | 15º | 0.4% | 0.39% | - |
| XYZ | 8.26 | 7.42 | 5.27 | - |
| YUV | 77.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 60 | 0 | 0.30 | 0.4 | 0.61 | 15 | 0.25 | 0.31 |
| Hex | 64 | 46 | 3C | 0 | 1E | 28 | 3D | F | 19 | 1F |
| Octal | 144 | 106 | 74 | 0 | 36 | 50 | 75 | 17 | 31 | 37 |
| Binary | 1100100 | 1000110 | 111100 | 0 | 11110 | 101000 | 111101 | 1111 | 11001 | 11111 |
Color Harmonies of #64463C
Complementary color
Monochromatic Colors of #64463C
Black with #64463C
Text Example
Text Example
White with #64463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64463C; }
p { color: rgb(100,70,60); }
H1.HeaderClassName
{
color: #64463C;
}
.AnyTagClassName
{
color: #64463C;
}
</style>
background-color css
<style>
a { background-color: #64463C; }
a { background-color: rgb(100,70,60); }
div.DivClassName
{
background-color: #64463C;
}
.BgClassName
{
background-color: #64463C;
}
</style>
border-color css
<style>
span { border-color: #64463C; }
span { border-color: rgb(100,70,60); }
td.TdClassName
{
border-color: #64463C;
}
.TagClassName
{
border-color: #64463C;
}
</style>