Shades of Brown Derby #60483C
Tints of Brown Derby #60483C
RGB
CMYK
RGB Variations
Color information
#60483C (or 0x60483C) is known color: Brown Derby. HEX triplet: 60, 48 and 3C. RGB value is (96,72,60). Sum of RGB (Red+Green+Blue) = 96+72+60=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60483C is #9FB7C3. Grayscale: #4D4D4D. Windows color (decimal): -10467268 or 3950688. OLE color: 3950688.
HSL color Cylindrical-coordinate representation of color #60483C: hue angle of 20º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60483C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 60 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.62 |
| HSL | 20º | 0.23% | 0.31% | - |
| HSV(B) | 20º | 0.38% | 0.38% | - |
| XYZ | 7.96 | 7.45 | 5.29 | - |
| YUV | 77.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 60 | 0 | 0.25 | 0.38 | 0.62 | 20 | 0.23 | 0.31 |
| Hex | 60 | 48 | 3C | 0 | 19 | 26 | 3E | 14 | 17 | 1F |
| Octal | 140 | 110 | 74 | 0 | 31 | 46 | 76 | 24 | 27 | 37 |
| Binary | 1100000 | 1001000 | 111100 | 0 | 11001 | 100110 | 111110 | 10100 | 10111 | 11111 |
Color Harmonies of #60483C
Complementary color
Monochromatic Colors of #60483C
Black with #60483C
Text Example
Text Example
White with #60483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60483C; }
p { color: rgb(96,72,60); }
H1.HeaderClassName
{
color: #60483C;
}
.AnyTagClassName
{
color: #60483C;
}
</style>
background-color css
<style>
a { background-color: #60483C; }
a { background-color: rgb(96,72,60); }
div.DivClassName
{
background-color: #60483C;
}
.BgClassName
{
background-color: #60483C;
}
</style>
border-color css
<style>
span { border-color: #60483C; }
span { border-color: rgb(96,72,60); }
td.TdClassName
{
border-color: #60483C;
}
.TagClassName
{
border-color: #60483C;
}
</style>