Shades of Dark Brown #60411A
Tints of Dark Brown #60411A
RGB
CMYK
RGB Variations
Color information
#60411A (or 0x60411A) is known color: Dark Brown. HEX triplet: 60, 41 and 1A. RGB value is (96,65,26). Sum of RGB (Red+Green+Blue) = 96+65+26=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60411A is #9FBEE5. Grayscale: #464646. Windows color (decimal): -10469094 or 1720672. OLE color: 1720672.
HSL color Cylindrical-coordinate representation of color #60411A: hue angle of 33.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60411A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 26 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.62 |
| HSL | 33.43º | 0.57% | 0.24% | - |
| HSV(B) | 33.43º | 0.73% | 0.38% | - |
| XYZ | 6.9 | 6.34 | 1.84 | - |
| YUV | 69.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 26 | 0 | 0.32 | 0.73 | 0.62 | 33.43 | 0.57 | 0.24 |
| Hex | 60 | 41 | 1A | 0 | 20 | 49 | 3E | 21 | 39 | 18 |
| Octal | 140 | 101 | 32 | 0 | 40 | 111 | 76 | 41 | 71 | 30 |
| Binary | 1100000 | 1000001 | 11010 | 0 | 100000 | 1001001 | 111110 | 100001 | 111001 | 11000 |
Color Harmonies of #60411A
Complementary color
Monochromatic Colors of #60411A
Black with #60411A
Text Example
Text Example
White with #60411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60411A; }
p { color: rgb(96,65,26); }
H1.HeaderClassName
{
color: #60411A;
}
.AnyTagClassName
{
color: #60411A;
}
</style>
background-color css
<style>
a { background-color: #60411A; }
a { background-color: rgb(96,65,26); }
div.DivClassName
{
background-color: #60411A;
}
.BgClassName
{
background-color: #60411A;
}
</style>
border-color css
<style>
span { border-color: #60411A; }
span { border-color: rgb(96,65,26); }
td.TdClassName
{
border-color: #60411A;
}
.TagClassName
{
border-color: #60411A;
}
</style>