Shades of Very Dark Brown #60463E
Tints of Very Dark Brown #60463E
RGB
CMYK
RGB Variations
Color information
#60463E (or 0x60463E) is known color: Very Dark Brown. HEX triplet: 60, 46 and 3E. RGB value is (96,70,62). Sum of RGB (Red+Green+Blue) = 96+70+62=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463E is #9FB9C1. Grayscale: #4C4C4C. Windows color (decimal): -10467778 or 4081248. OLE color: 4081248.
HSL color Cylindrical-coordinate representation of color #60463E: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60463E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 62 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.62 |
| HSL | 14.12º | 0.22% | 0.31% | - |
| HSV(B) | 14.12º | 0.35% | 0.38% | - |
| XYZ | 7.88 | 7.21 | 5.53 | - |
| YUV | 76.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 62 | 0 | 0.27 | 0.35 | 0.62 | 14.12 | 0.22 | 0.31 |
| Hex | 60 | 46 | 3E | 0 | 1B | 23 | 3E | E | 16 | 1F |
| Octal | 140 | 106 | 76 | 0 | 33 | 43 | 76 | 16 | 26 | 37 |
| Binary | 1100000 | 1000110 | 111110 | 0 | 11011 | 100011 | 111110 | 1110 | 10110 | 11111 |
Color Harmonies of #60463E
Complementary color
Monochromatic Colors of #60463E
Black with #60463E
Text Example
Text Example
White with #60463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60463E; }
p { color: rgb(96,70,62); }
H1.HeaderClassName
{
color: #60463E;
}
.AnyTagClassName
{
color: #60463E;
}
</style>
background-color css
<style>
a { background-color: #60463E; }
a { background-color: rgb(96,70,62); }
div.DivClassName
{
background-color: #60463E;
}
.BgClassName
{
background-color: #60463E;
}
</style>
border-color css
<style>
span { border-color: #60463E; }
span { border-color: rgb(96,70,62); }
td.TdClassName
{
border-color: #60463E;
}
.TagClassName
{
border-color: #60463E;
}
</style>