Shades of Very Dark Brown #60453A
Tints of Very Dark Brown #60453A
RGB
CMYK
RGB Variations
Color information
#60453A (or 0x60453A) is known color: Very Dark Brown. HEX triplet: 60, 45 and 3A. RGB value is (96,69,58). Sum of RGB (Red+Green+Blue) = 96+69+58=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60453A is #9FBAC5. Grayscale: #4B4B4B. Windows color (decimal): -10468038 or 3818848. OLE color: 3818848.
HSL color Cylindrical-coordinate representation of color #60453A: hue angle of 17.37º 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 #60453A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 58 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.62 |
| HSL | 17.37º | 0.25% | 0.3% | - |
| HSV(B) | 17.37º | 0.4% | 0.38% | - |
| XYZ | 7.72 | 7.05 | 4.96 | - |
| YUV | 75.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 58 | 0 | 0.28 | 0.40 | 0.62 | 17.37 | 0.25 | 0.3 |
| Hex | 60 | 45 | 3A | 0 | 1C | 28 | 3E | 11 | 19 | 1E |
| Octal | 140 | 105 | 72 | 0 | 34 | 50 | 76 | 21 | 31 | 36 |
| Binary | 1100000 | 1000101 | 111010 | 0 | 11100 | 101000 | 111110 | 10001 | 11001 | 11110 |
Color Harmonies of #60453A
Complementary color
Monochromatic Colors of #60453A
Black with #60453A
Text Example
Text Example
White with #60453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60453A; }
p { color: rgb(96,69,58); }
H1.HeaderClassName
{
color: #60453A;
}
.AnyTagClassName
{
color: #60453A;
}
</style>
background-color css
<style>
a { background-color: #60453A; }
a { background-color: rgb(96,69,58); }
div.DivClassName
{
background-color: #60453A;
}
.BgClassName
{
background-color: #60453A;
}
</style>
border-color css
<style>
span { border-color: #60453A; }
span { border-color: rgb(96,69,58); }
td.TdClassName
{
border-color: #60453A;
}
.TagClassName
{
border-color: #60453A;
}
</style>