Shades of Very Dark Brown #60453C
Tints of Very Dark Brown #60453C
RGB
CMYK
RGB Variations
Color information
#60453C (or 0x60453C) is known color: Very Dark Brown. HEX triplet: 60, 45 and 3C. RGB value is (96,69,60). Sum of RGB (Red+Green+Blue) = 96+69+60=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60453C is #9FBAC3. Grayscale: #4C4C4C. Windows color (decimal): -10468036 or 3949920. OLE color: 3949920.
HSL color Cylindrical-coordinate representation of color #60453C: hue angle of 15º 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 #60453C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 60 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.62 |
| HSL | 15º | 0.23% | 0.31% | - |
| HSV(B) | 15º | 0.38% | 0.38% | - |
| XYZ | 7.77 | 7.07 | 5.23 | - |
| YUV | 76.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 60 | 0 | 0.28 | 0.38 | 0.62 | 15 | 0.23 | 0.31 |
| Hex | 60 | 45 | 3C | 0 | 1C | 26 | 3E | F | 17 | 1F |
| Octal | 140 | 105 | 74 | 0 | 34 | 46 | 76 | 17 | 27 | 37 |
| Binary | 1100000 | 1000101 | 111100 | 0 | 11100 | 100110 | 111110 | 1111 | 10111 | 11111 |
Color Harmonies of #60453C
Complementary color
Monochromatic Colors of #60453C
Black with #60453C
Text Example
Text Example
White with #60453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60453C; }
p { color: rgb(96,69,60); }
H1.HeaderClassName
{
color: #60453C;
}
.AnyTagClassName
{
color: #60453C;
}
</style>
background-color css
<style>
a { background-color: #60453C; }
a { background-color: rgb(96,69,60); }
div.DivClassName
{
background-color: #60453C;
}
.BgClassName
{
background-color: #60453C;
}
</style>
border-color css
<style>
span { border-color: #60453C; }
span { border-color: rgb(96,69,60); }
td.TdClassName
{
border-color: #60453C;
}
.TagClassName
{
border-color: #60453C;
}
</style>