Shades of Very Dark Brown #60463C
Tints of Very Dark Brown #60463C
RGB
CMYK
RGB Variations
Color information
#60463C (or 0x60463C) is known color: Very Dark Brown. HEX triplet: 60, 46 and 3C. RGB value is (96,70,60). Sum of RGB (Red+Green+Blue) = 96+70+60=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463C is #9FB9C3. Grayscale: #4C4C4C. Windows color (decimal): -10467780 or 3950176. OLE color: 3950176.
HSL color Cylindrical-coordinate representation of color #60463C: hue angle of 16.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60463C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 60 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.62 |
| HSL | 16.67º | 0.23% | 0.31% | - |
| HSV(B) | 16.67º | 0.38% | 0.38% | - |
| XYZ | 7.83 | 7.19 | 5.25 | - |
| YUV | 76.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 60 | 0 | 0.27 | 0.38 | 0.62 | 16.67 | 0.23 | 0.31 |
| Hex | 60 | 46 | 3C | 0 | 1B | 26 | 3E | 11 | 17 | 1F |
| Octal | 140 | 106 | 74 | 0 | 33 | 46 | 76 | 21 | 27 | 37 |
| Binary | 1100000 | 1000110 | 111100 | 0 | 11011 | 100110 | 111110 | 10001 | 10111 | 11111 |
Color Harmonies of #60463C
Complementary color
Monochromatic Colors of #60463C
Black with #60463C
Text Example
Text Example
White with #60463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60463C; }
p { color: rgb(96,70,60); }
H1.HeaderClassName
{
color: #60463C;
}
.AnyTagClassName
{
color: #60463C;
}
</style>
background-color css
<style>
a { background-color: #60463C; }
a { background-color: rgb(96,70,60); }
div.DivClassName
{
background-color: #60463C;
}
.BgClassName
{
background-color: #60463C;
}
</style>
border-color css
<style>
span { border-color: #60463C; }
span { border-color: rgb(96,70,60); }
td.TdClassName
{
border-color: #60463C;
}
.TagClassName
{
border-color: #60463C;
}
</style>