#6C847F

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

Shades of Rolling Stone #6C847F

Tints of Rolling Stone #6C847F

Color information

#6C847F (or 0x6C847F) is unknown color: approx Rolling Stone. HEX triplet: 6C, 84 and 7F. RGB value is (108,132,127). Sum of RGB (Red+Green+Blue) = 108+132+127=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #6C847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C847F is #937B80. Grayscale: #7C7C7C. Windows color (decimal): -9665409 or 8356972. OLE color: 8356972.

HSL color Cylindrical-coordinate representation of color #6C847F: hue angle of 167.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C847F is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB108132127-
CMYK0.1800.040.48
HSL167.5º10%47.06%-
HSV(B)167.5º18.18%51.76%-
XYZ18.2721.2223.21-
YUV124.25129.55116.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 127 (50% from 255) = 34.60%
R=29.43%
G=35.97%
B=34.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081321270.1800.040.48167.51047.06
Hex6C847F120430a7a2f
Octal1542041772204602471257
Binary1101100100001001111111100100100110000101001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,132,127); }

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

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

 a { background-color: rgb(108,132,127); }

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

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

 span { border-color: rgb(108,132,127); }

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