Shades of Very Dark Brown #60443D
Tints of Very Dark Brown #60443D
RGB
CMYK
RGB Variations
Color information
#60443D (or 0x60443D) is known color: Very Dark Brown. HEX triplet: 60, 44 and 3D. RGB value is (96,68,61). Sum of RGB (Red+Green+Blue) = 96+68+61=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60443D is #9FBBC2. Grayscale: #4B4B4B. Windows color (decimal): -10468291 or 4015200. OLE color: 4015200.
HSL color Cylindrical-coordinate representation of color #60443D: hue angle of 12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60443D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 61 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.62 |
| HSL | 12º | 0.22% | 0.31% | - |
| HSV(B) | 12º | 0.36% | 0.38% | - |
| XYZ | 7.73 | 6.96 | 5.35 | - |
| YUV | 75.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 61 | 0 | 0.29 | 0.36 | 0.62 | 12 | 0.22 | 0.31 |
| Hex | 60 | 44 | 3D | 0 | 1D | 24 | 3E | C | 16 | 1F |
| Octal | 140 | 104 | 75 | 0 | 35 | 44 | 76 | 14 | 26 | 37 |
| Binary | 1100000 | 1000100 | 111101 | 0 | 11101 | 100100 | 111110 | 1100 | 10110 | 11111 |
Color Harmonies of #60443D
Complementary color
Monochromatic Colors of #60443D
Black with #60443D
Text Example
Text Example
White with #60443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60443D; }
p { color: rgb(96,68,61); }
H1.HeaderClassName
{
color: #60443D;
}
.AnyTagClassName
{
color: #60443D;
}
</style>
background-color css
<style>
a { background-color: #60443D; }
a { background-color: rgb(96,68,61); }
div.DivClassName
{
background-color: #60443D;
}
.BgClassName
{
background-color: #60443D;
}
</style>
border-color css
<style>
span { border-color: #60443D; }
span { border-color: rgb(96,68,61); }
td.TdClassName
{
border-color: #60443D;
}
.TagClassName
{
border-color: #60443D;
}
</style>