#60837D

Color #60837D Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #60837D

Tints of Rolling Stone #60837D

Color information

#60837D (or 0x60837D) is unknown color: approx Rolling Stone. HEX triplet: 60, 83 and 7D. RGB value is (96,131,125). Sum of RGB (Red+Green+Blue) = 96+131+125=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #60837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60837D is #9F7C82. Grayscale: #777777. Windows color (decimal): -10452099 or 8225632. OLE color: 8225632.

HSL color Cylindrical-coordinate representation of color #60837D: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60837D is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB96131125-
CMYK0.2700.050.49
HSL169.71º15.42%44.51%-
HSV(B)169.71º26.72%51.37%-
XYZ16.6420.222.42-
YUV119.85130.9110.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=27.27%
G=37.22%
B=35.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311250.2700.050.49169.7115.4244.51
Hex60837D1B0531aaf2d
Octal1402031753305612521755
Binary1100000100000111111101110110101110001101010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60837D; }

 p { color: rgb(96,131,125); }

 H1.HeaderClassName
 {
   color: #60837D;
 }
 .AnyTagClassName
 {
   color: #60837D;
 }
</style>
background-color css

<style>
 a { background-color: #60837D; }

 a { background-color: rgb(96,131,125); }

 div.DivClassName
 {
   background-color: #60837D;
 }
 .BgClassName
 {
   background-color: #60837D;
 }
</style>
border-color css

<style>
 span { border-color: #60837D; }

 span { border-color: rgb(96,131,125); }

 td.TdClassName
 {
   border-color: #60837D;
 }
 .TagClassName
 {
   border-color: #60837D;
 }
</style>