Shades of Very Dark Brown #64453C
Tints of Very Dark Brown #64453C
RGB
CMYK
RGB Variations
Color information
#64453C (or 0x64453C) is known color: Very Dark Brown. HEX triplet: 64, 45 and 3C. RGB value is (100,69,60). Sum of RGB (Red+Green+Blue) = 100+69+60=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64453C is #9BBAC3. Grayscale: #4D4D4D. Windows color (decimal): -10205892 or 3949924. OLE color: 3949924.
HSL color Cylindrical-coordinate representation of color #64453C: hue angle of 13.5º 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 #64453C is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 60 | - |
| CMYK | 0 | 0.31 | 0.4 | 0.61 |
| HSL | 13.5º | 0.25% | 0.31% | - |
| HSV(B) | 13.5º | 0.4% | 0.39% | - |
| XYZ | 8.2 | 7.29 | 5.25 | - |
| YUV | 77.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 60 | 0 | 0.31 | 0.4 | 0.61 | 13.5 | 0.25 | 0.31 |
| Hex | 64 | 45 | 3C | 0 | 1F | 28 | 3D | E | 19 | 1F |
| Octal | 144 | 105 | 74 | 0 | 37 | 50 | 75 | 16 | 31 | 37 |
| Binary | 1100100 | 1000101 | 111100 | 0 | 11111 | 101000 | 111101 | 1110 | 11001 | 11111 |
Color Harmonies of #64453C
Complementary color
Monochromatic Colors of #64453C
Black with #64453C
Text Example
Text Example
White with #64453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64453C; }
p { color: rgb(100,69,60); }
H1.HeaderClassName
{
color: #64453C;
}
.AnyTagClassName
{
color: #64453C;
}
</style>
background-color css
<style>
a { background-color: #64453C; }
a { background-color: rgb(100,69,60); }
div.DivClassName
{
background-color: #64453C;
}
.BgClassName
{
background-color: #64453C;
}
</style>
border-color css
<style>
span { border-color: #64453C; }
span { border-color: rgb(100,69,60); }
td.TdClassName
{
border-color: #64453C;
}
.TagClassName
{
border-color: #64453C;
}
</style>