#687675

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

Shades of Rolling Stone #687675

Tints of Rolling Stone #687675

Color information

#687675 (or 0x687675) is unknown color: approx Rolling Stone. HEX triplet: 68, 76 and 75. RGB value is (104,118,117). Sum of RGB (Red+Green+Blue) = 104+118+117=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #687675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687675 is #97898A. Grayscale: #717171. Windows color (decimal): -9931147 or 7698024. OLE color: 7698024.

HSL color Cylindrical-coordinate representation of color #687675: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687675 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB104118117-
CMYK0.1200.010.54
HSL175.71º6.31%43.53%-
HSV(B)175.71º11.86%46.27%-
XYZ15.417.1819.33-
YUV113.7129.86121.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=30.68%
G=34.81%
B=34.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181170.1200.010.54175.716.3143.53
Hex687675C0136b062c
Octal150166165140166260654
Binary11010001110110111010111000111011010110000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687675; }

 p { color: rgb(104,118,117); }

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

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

 a { background-color: rgb(104,118,117); }

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

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

 span { border-color: rgb(104,118,117); }

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