Shades of Very Dark Brown #60443C
Tints of Very Dark Brown #60443C
RGB
CMYK
RGB Variations
Color information
#60443C (or 0x60443C) is known color: Very Dark Brown. HEX triplet: 60, 44 and 3C. RGB value is (96,68,60). Sum of RGB (Red+Green+Blue) = 96+68+60=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60443C is #9FBBC3. Grayscale: #4B4B4B. Windows color (decimal): -10468292 or 3949664. OLE color: 3949664.
HSL color Cylindrical-coordinate representation of color #60443C: hue angle of 13.33º 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 #60443C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 60 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.62 |
| HSL | 13.33º | 0.23% | 0.31% | - |
| HSV(B) | 13.33º | 0.38% | 0.38% | - |
| XYZ | 7.71 | 6.95 | 5.21 | - |
| YUV | 75.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 60 | 0 | 0.29 | 0.38 | 0.62 | 13.33 | 0.23 | 0.31 |
| Hex | 60 | 44 | 3C | 0 | 1D | 26 | 3E | D | 17 | 1F |
| Octal | 140 | 104 | 74 | 0 | 35 | 46 | 76 | 15 | 27 | 37 |
| Binary | 1100000 | 1000100 | 111100 | 0 | 11101 | 100110 | 111110 | 1101 | 10111 | 11111 |
Color Harmonies of #60443C
Complementary color
Monochromatic Colors of #60443C
Black with #60443C
Text Example
Text Example
White with #60443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60443C; }
p { color: rgb(96,68,60); }
H1.HeaderClassName
{
color: #60443C;
}
.AnyTagClassName
{
color: #60443C;
}
</style>
background-color css
<style>
a { background-color: #60443C; }
a { background-color: rgb(96,68,60); }
div.DivClassName
{
background-color: #60443C;
}
.BgClassName
{
background-color: #60443C;
}
</style>
border-color css
<style>
span { border-color: #60443C; }
span { border-color: rgb(96,68,60); }
td.TdClassName
{
border-color: #60443C;
}
.TagClassName
{
border-color: #60443C;
}
</style>