Shades of Dark Brown #60441E
Tints of Dark Brown #60441E
RGB
CMYK
RGB Variations
Color information
#60441E (or 0x60441E) is known color: Dark Brown. HEX triplet: 60, 44 and 1E. RGB value is (96,68,30). Sum of RGB (Red+Green+Blue) = 96+68+30=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441E is #9FBBE1. Grayscale: #484848. Windows color (decimal): -10468322 or 1983584. OLE color: 1983584.
HSL color Cylindrical-coordinate representation of color #60441E: hue angle of 34.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60441E is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 30 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.62 |
| HSL | 34.55º | 0.52% | 0.25% | - |
| HSV(B) | 34.55º | 0.69% | 0.38% | - |
| XYZ | 7.13 | 6.71 | 2.15 | - |
| YUV | 72.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 30 | 0 | 0.29 | 0.69 | 0.62 | 34.55 | 0.52 | 0.25 |
| Hex | 60 | 44 | 1E | 0 | 1D | 45 | 3E | 23 | 34 | 19 |
| Octal | 140 | 104 | 36 | 0 | 35 | 105 | 76 | 43 | 64 | 31 |
| Binary | 1100000 | 1000100 | 11110 | 0 | 11101 | 1000101 | 111110 | 100011 | 110100 | 11001 |
Color Harmonies of #60441E
Complementary color
Monochromatic Colors of #60441E
Black with #60441E
Text Example
Text Example
White with #60441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60441E; }
p { color: rgb(96,68,30); }
H1.HeaderClassName
{
color: #60441E;
}
.AnyTagClassName
{
color: #60441E;
}
</style>
background-color css
<style>
a { background-color: #60441E; }
a { background-color: rgb(96,68,30); }
div.DivClassName
{
background-color: #60441E;
}
.BgClassName
{
background-color: #60441E;
}
</style>
border-color css
<style>
span { border-color: #60441E; }
span { border-color: rgb(96,68,30); }
td.TdClassName
{
border-color: #60441E;
}
.TagClassName
{
border-color: #60441E;
}
</style>