#607672

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

Shades of Rolling Stone #607672

Tints of Rolling Stone #607672

Color information

#607672 (or 0x607672) is unknown color: approx Rolling Stone. HEX triplet: 60, 76 and 72. RGB value is (96,118,114). Sum of RGB (Red+Green+Blue) = 96+118+114=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #607672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607672 is #9F898D. Grayscale: #6E6E6E. Windows color (decimal): -10455438 or 7501408. OLE color: 7501408.

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

Color convert

RGB96118114-
CMYK0.1900.030.54
HSL169.09º10.28%41.96%-
HSV(B)169.09º18.64%46.27%-
XYZ14.3416.6618.38-
YUV110.97129.71117.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=29.27%
G=35.98%
B=34.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961181140.1900.030.54169.0910.2841.96
Hex607672130336a9a2a
Octal1401661622303662511252
Binary11000001110110111001010011011110110101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607672; }

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

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

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

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

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

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

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

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