Shades of Dark Brown #60451D
Tints of Dark Brown #60451D
RGB
CMYK
RGB Variations
Color information
#60451D (or 0x60451D) is known color: Dark Brown. HEX triplet: 60, 45 and 1D. RGB value is (96,69,29). Sum of RGB (Red+Green+Blue) = 96+69+29=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60451D is #9FBAE2. Grayscale: #484848. Windows color (decimal): -10468067 or 1918304. OLE color: 1918304.
HSL color Cylindrical-coordinate representation of color #60451D: hue angle of 35.82º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60451D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 29 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.62 |
| HSL | 35.82º | 0.54% | 0.25% | - |
| HSV(B) | 35.82º | 0.7% | 0.38% | - |
| XYZ | 7.17 | 6.83 | 2.1 | - |
| YUV | 72.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 29 | 0 | 0.28 | 0.70 | 0.62 | 35.82 | 0.54 | 0.25 |
| Hex | 60 | 45 | 1D | 0 | 1C | 46 | 3E | 24 | 36 | 19 |
| Octal | 140 | 105 | 35 | 0 | 34 | 106 | 76 | 44 | 66 | 31 |
| Binary | 1100000 | 1000101 | 11101 | 0 | 11100 | 1000110 | 111110 | 100100 | 110110 | 11001 |
Color Harmonies of #60451D
Complementary color
Monochromatic Colors of #60451D
Black with #60451D
Text Example
Text Example
White with #60451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60451D; }
p { color: rgb(96,69,29); }
H1.HeaderClassName
{
color: #60451D;
}
.AnyTagClassName
{
color: #60451D;
}
</style>
background-color css
<style>
a { background-color: #60451D; }
a { background-color: rgb(96,69,29); }
div.DivClassName
{
background-color: #60451D;
}
.BgClassName
{
background-color: #60451D;
}
</style>
border-color css
<style>
span { border-color: #60451D; }
span { border-color: rgb(96,69,29); }
td.TdClassName
{
border-color: #60451D;
}
.TagClassName
{
border-color: #60451D;
}
</style>