Shades of Rock #604D3E
Tints of Rock #604D3E
RGB
CMYK
RGB Variations
Color information
#604D3E (or 0x604D3E) is known color: Rock. HEX triplet: 60, 4D and 3E. RGB value is (96,77,62). Sum of RGB (Red+Green+Blue) = 96+77+62=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D3E is #9FB2C1. Grayscale: #515151. Windows color (decimal): -10465986 or 4083040. OLE color: 4083040.
HSL color Cylindrical-coordinate representation of color #604D3E: hue angle of 26.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #604D3E is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 62 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.62 |
| HSL | 26.47º | 0.22% | 0.31% | - |
| HSV(B) | 26.47º | 0.35% | 0.38% | - |
| XYZ | 8.35 | 8.14 | 5.69 | - |
| YUV | 80.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 62 | 0 | 0.20 | 0.35 | 0.62 | 26.47 | 0.22 | 0.31 |
| Hex | 60 | 4D | 3E | 0 | 14 | 23 | 3E | 1A | 16 | 1F |
| Octal | 140 | 115 | 76 | 0 | 24 | 43 | 76 | 32 | 26 | 37 |
| Binary | 1100000 | 1001101 | 111110 | 0 | 10100 | 100011 | 111110 | 11010 | 10110 | 11111 |
Color Harmonies of #604D3E
Complementary color
Monochromatic Colors of #604D3E
Black with #604D3E
Text Example
Text Example
White with #604D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D3E; }
p { color: rgb(96,77,62); }
H1.HeaderClassName
{
color: #604D3E;
}
.AnyTagClassName
{
color: #604D3E;
}
</style>
background-color css
<style>
a { background-color: #604D3E; }
a { background-color: rgb(96,77,62); }
div.DivClassName
{
background-color: #604D3E;
}
.BgClassName
{
background-color: #604D3E;
}
</style>
border-color css
<style>
span { border-color: #604D3E; }
span { border-color: rgb(96,77,62); }
td.TdClassName
{
border-color: #604D3E;
}
.TagClassName
{
border-color: #604D3E;
}
</style>