Shades of Very Dark Brown #60463B
Tints of Very Dark Brown #60463B
RGB
CMYK
RGB Variations
Color information
#60463B (or 0x60463B) is known color: Very Dark Brown. HEX triplet: 60, 46 and 3B. RGB value is (96,70,59). Sum of RGB (Red+Green+Blue) = 96+70+59=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463B is #9FB9C4. Grayscale: #4C4C4C. Windows color (decimal): -10467781 or 3884640. OLE color: 3884640.
HSL color Cylindrical-coordinate representation of color #60463B: hue angle of 17.84º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60463B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 59 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.62 |
| HSL | 17.84º | 0.24% | 0.3% | - |
| HSV(B) | 17.84º | 0.39% | 0.38% | - |
| XYZ | 7.8 | 7.18 | 5.11 | - |
| YUV | 76.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 59 | 0 | 0.27 | 0.39 | 0.62 | 17.84 | 0.24 | 0.3 |
| Hex | 60 | 46 | 3B | 0 | 1B | 27 | 3E | 12 | 18 | 1E |
| Octal | 140 | 106 | 73 | 0 | 33 | 47 | 76 | 22 | 30 | 36 |
| Binary | 1100000 | 1000110 | 111011 | 0 | 11011 | 100111 | 111110 | 10010 | 11000 | 11110 |
Color Harmonies of #60463B
Complementary color
Monochromatic Colors of #60463B
Black with #60463B
Text Example
Text Example
White with #60463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60463B; }
p { color: rgb(96,70,59); }
H1.HeaderClassName
{
color: #60463B;
}
.AnyTagClassName
{
color: #60463B;
}
</style>
background-color css
<style>
a { background-color: #60463B; }
a { background-color: rgb(96,70,59); }
div.DivClassName
{
background-color: #60463B;
}
.BgClassName
{
background-color: #60463B;
}
</style>
border-color css
<style>
span { border-color: #60463B; }
span { border-color: rgb(96,70,59); }
td.TdClassName
{
border-color: #60463B;
}
.TagClassName
{
border-color: #60463B;
}
</style>