#617672

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

Shades of Rolling Stone #617672

Tints of Rolling Stone #617672

Color information

#617672 (or 0x617672) is unknown color: approx Rolling Stone. HEX triplet: 61, 76 and 72. RGB value is (97,118,114). Sum of RGB (Red+Green+Blue) = 97+118+114=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #617672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617672 is #9E898D. Grayscale: #6F6F6F. Windows color (decimal): -10389902 or 7501409. OLE color: 7501409.

HSL color Cylindrical-coordinate representation of color #617672: hue angle of 168.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617672 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB97118114-
CMYK0.1800.030.54
HSL168.57º9.77%42.16%-
HSV(B)168.57º17.8%46.27%-
XYZ14.4516.7118.38-
YUV111.26129.54117.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=29.48%
G=35.87%
B=34.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971181140.1800.030.54168.579.7742.16
Hex617672120336a9a2a
Octal1411661622203662511252
Binary11000011110110111001010010011110110101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617672; }

 p { color: rgb(97,118,114); }

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

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

 a { background-color: rgb(97,118,114); }

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

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

 span { border-color: rgb(97,118,114); }

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