#68837E

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

Shades of Rolling Stone #68837E

Tints of Rolling Stone #68837E

Color information

#68837E (or 0x68837E) is unknown color: approx Rolling Stone. HEX triplet: 68, 83 and 7E. RGB value is (104,131,126). Sum of RGB (Red+Green+Blue) = 104+131+126=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #68837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68837E is #977C81. Grayscale: #7A7A7A. Windows color (decimal): -9927810 or 8291176. OLE color: 8291176.

HSL color Cylindrical-coordinate representation of color #68837E: hue angle of 168.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68837E is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB104131126-
CMYK0.2100.040.49
HSL168.89º11.49%46.08%-
HSV(B)168.89º20.61%51.37%-
XYZ17.5920.6822.8-
YUV122.36130.05114.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=28.81%
G=36.29%
B=34.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311260.2100.040.49168.8911.4946.08
Hex68837E150431a9b2e
Octal1502031762504612511356
Binary1101000100000111111110101010100110001101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68837E; }

 p { color: rgb(104,131,126); }

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

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

 a { background-color: rgb(104,131,126); }

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

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

 span { border-color: rgb(104,131,126); }

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