Shades of Brown Derby #604A37
Tints of Brown Derby #604A37
RGB
CMYK
RGB Variations
Color information
#604A37 (or 0x604A37) is known color: Brown Derby. HEX triplet: 60, 4A and 37. RGB value is (96,74,55). Sum of RGB (Red+Green+Blue) = 96+74+55=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A37 is #9FB5C8. Grayscale: #4E4E4E. Windows color (decimal): -10466761 or 3623520. OLE color: 3623520.
HSL color Cylindrical-coordinate representation of color #604A37: hue angle of 27.8º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604A37 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 55 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.62 |
| HSL | 27.8º | 0.27% | 0.3% | - |
| HSV(B) | 27.8º | 0.43% | 0.38% | - |
| XYZ | 7.96 | 7.66 | 4.67 | - |
| YUV | 78.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 55 | 0 | 0.23 | 0.43 | 0.62 | 27.8 | 0.27 | 0.3 |
| Hex | 60 | 4A | 37 | 0 | 17 | 2B | 3E | 1C | 1B | 1E |
| Octal | 140 | 112 | 67 | 0 | 27 | 53 | 76 | 34 | 33 | 36 |
| Binary | 1100000 | 1001010 | 110111 | 0 | 10111 | 101011 | 111110 | 11100 | 11011 | 11110 |
Color Harmonies of #604A37
Complementary color
Monochromatic Colors of #604A37
Black with #604A37
Text Example
Text Example
White with #604A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A37; }
p { color: rgb(96,74,55); }
H1.HeaderClassName
{
color: #604A37;
}
.AnyTagClassName
{
color: #604A37;
}
</style>
background-color css
<style>
a { background-color: #604A37; }
a { background-color: rgb(96,74,55); }
div.DivClassName
{
background-color: #604A37;
}
.BgClassName
{
background-color: #604A37;
}
</style>
border-color css
<style>
span { border-color: #604A37; }
span { border-color: rgb(96,74,55); }
td.TdClassName
{
border-color: #604A37;
}
.TagClassName
{
border-color: #604A37;
}
</style>