Shades of Very Dark Brown #60423A
Tints of Very Dark Brown #60423A
RGB
CMYK
RGB Variations
Color information
#60423A (or 0x60423A) is known color: Very Dark Brown. HEX triplet: 60, 42 and 3A. RGB value is (96,66,58). Sum of RGB (Red+Green+Blue) = 96+66+58=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423A is #9FBDC5. Grayscale: #4A4A4A. Windows color (decimal): -10468806 or 3818080. OLE color: 3818080.
HSL color Cylindrical-coordinate representation of color #60423A: hue angle of 12.63º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60423A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 58 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.62 |
| HSL | 12.63º | 0.25% | 0.3% | - |
| HSV(B) | 12.63º | 0.4% | 0.38% | - |
| XYZ | 7.54 | 6.69 | 4.9 | - |
| YUV | 74.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 58 | 0 | 0.31 | 0.40 | 0.62 | 12.63 | 0.25 | 0.3 |
| Hex | 60 | 42 | 3A | 0 | 1F | 28 | 3E | D | 19 | 1E |
| Octal | 140 | 102 | 72 | 0 | 37 | 50 | 76 | 15 | 31 | 36 |
| Binary | 1100000 | 1000010 | 111010 | 0 | 11111 | 101000 | 111110 | 1101 | 11001 | 11110 |
Color Harmonies of #60423A
Complementary color
Monochromatic Colors of #60423A
Black with #60423A
Text Example
Text Example
White with #60423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60423A; }
p { color: rgb(96,66,58); }
H1.HeaderClassName
{
color: #60423A;
}
.AnyTagClassName
{
color: #60423A;
}
</style>
background-color css
<style>
a { background-color: #60423A; }
a { background-color: rgb(96,66,58); }
div.DivClassName
{
background-color: #60423A;
}
.BgClassName
{
background-color: #60423A;
}
</style>
border-color css
<style>
span { border-color: #60423A; }
span { border-color: rgb(96,66,58); }
td.TdClassName
{
border-color: #60423A;
}
.TagClassName
{
border-color: #60423A;
}
</style>