#6E837E

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

Shades of Rolling Stone #6E837E

Tints of Rolling Stone #6E837E

Color information

#6E837E (or 0x6E837E) is unknown color: approx Rolling Stone. HEX triplet: 6E, 83 and 7E. RGB value is (110,131,126). Sum of RGB (Red+Green+Blue) = 110+131+126=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #6E837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E837E is #917C81. Grayscale: #7C7C7C. Windows color (decimal): -9534594 or 8291182. OLE color: 8291182.

HSL color Cylindrical-coordinate representation of color #6E837E: hue angle of 165.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E837E is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB110131126-
CMYK0.1600.040.49
HSL165.71º8.71%47.25%-
HSV(B)165.71º16.03%51.37%-
XYZ18.3121.0522.84-
YUV124.15129.04117.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=29.97%
G=35.69%
B=34.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101311260.1600.040.49165.718.7147.25
Hex6E837E100431a692f
Octal1562031762004612461157
Binary1101110100000111111110100000100110001101001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E837E; }

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

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

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

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

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

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

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

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