Shades of Rock #61503D
Tints of Rock #61503D
RGB
CMYK
RGB Variations
Color information
#61503D (or 0x61503D) is known color: Rock. HEX triplet: 61, 50 and 3D. RGB value is (97,80,61). Sum of RGB (Red+Green+Blue) = 97+80+61=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61503D is #9EAFC2. Grayscale: #535353. Windows color (decimal): -10399683 or 4018273. OLE color: 4018273.
HSL color Cylindrical-coordinate representation of color #61503D: hue angle of 31.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61503D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 80 | 61 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.62 |
| HSL | 31.67º | 0.23% | 0.31% | - |
| HSV(B) | 31.67º | 0.37% | 0.38% | - |
| XYZ | 8.64 | 8.62 | 5.62 | - |
| YUV | 82.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 61 | 0 | 0.18 | 0.37 | 0.62 | 31.67 | 0.23 | 0.31 |
| Hex | 61 | 50 | 3D | 0 | 12 | 25 | 3E | 20 | 17 | 1F |
| Octal | 141 | 120 | 75 | 0 | 22 | 45 | 76 | 40 | 27 | 37 |
| Binary | 1100001 | 1010000 | 111101 | 0 | 10010 | 100101 | 111110 | 100000 | 10111 | 11111 |
Color Harmonies of #61503D
Complementary color
Monochromatic Colors of #61503D
Black with #61503D
Text Example
Text Example
White with #61503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61503D; }
p { color: rgb(97,80,61); }
H1.HeaderClassName
{
color: #61503D;
}
.AnyTagClassName
{
color: #61503D;
}
</style>
background-color css
<style>
a { background-color: #61503D; }
a { background-color: rgb(97,80,61); }
div.DivClassName
{
background-color: #61503D;
}
.BgClassName
{
background-color: #61503D;
}
</style>
border-color css
<style>
span { border-color: #61503D; }
span { border-color: rgb(97,80,61); }
td.TdClassName
{
border-color: #61503D;
}
.TagClassName
{
border-color: #61503D;
}
</style>