Shades of Dark Brown #60481A
Tints of Dark Brown #60481A
RGB
CMYK
RGB Variations
Color information
#60481A (or 0x60481A) is known color: Dark Brown. HEX triplet: 60, 48 and 1A. RGB value is (96,72,26). Sum of RGB (Red+Green+Blue) = 96+72+26=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60481A is #9FB7E5. Grayscale: #4A4A4A. Windows color (decimal): -10467302 or 1722464. OLE color: 1722464.
HSL color Cylindrical-coordinate representation of color #60481A: hue angle of 39.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 #60481A is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 26 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.62 |
| HSL | 39.43º | 0.57% | 0.24% | - |
| HSV(B) | 39.43º | 0.73% | 0.38% | - |
| XYZ | 7.33 | 7.2 | 1.98 | - |
| YUV | 73.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 26 | 0 | 0.25 | 0.73 | 0.62 | 39.43 | 0.57 | 0.24 |
| Hex | 60 | 48 | 1A | 0 | 19 | 49 | 3E | 27 | 39 | 18 |
| Octal | 140 | 110 | 32 | 0 | 31 | 111 | 76 | 47 | 71 | 30 |
| Binary | 1100000 | 1001000 | 11010 | 0 | 11001 | 1001001 | 111110 | 100111 | 111001 | 11000 |
Color Harmonies of #60481A
Complementary color
Monochromatic Colors of #60481A
Black with #60481A
Text Example
Text Example
White with #60481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60481A; }
p { color: rgb(96,72,26); }
H1.HeaderClassName
{
color: #60481A;
}
.AnyTagClassName
{
color: #60481A;
}
</style>
background-color css
<style>
a { background-color: #60481A; }
a { background-color: rgb(96,72,26); }
div.DivClassName
{
background-color: #60481A;
}
.BgClassName
{
background-color: #60481A;
}
</style>
border-color css
<style>
span { border-color: #60481A; }
span { border-color: rgb(96,72,26); }
td.TdClassName
{
border-color: #60481A;
}
.TagClassName
{
border-color: #60481A;
}
</style>