#69847D

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

Shades of Rolling Stone #69847D

Tints of Rolling Stone #69847D

Color information

#69847D (or 0x69847D) is unknown color: approx Rolling Stone. HEX triplet: 69, 84 and 7D. RGB value is (105,132,125). Sum of RGB (Red+Green+Blue) = 105+132+125=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #69847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69847D is #967B82. Grayscale: #7B7B7B. Windows color (decimal): -9862019 or 8225897. OLE color: 8225897.

HSL color Cylindrical-coordinate representation of color #69847D: hue angle of 164.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69847D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB105132125-
CMYK0.2000.050.48
HSL164.44º11.39%46.47%-
HSV(B)164.44º20.45%51.76%-
XYZ17.7820.9922.52-
YUV123.13129.05115.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=29.01%
G=36.46%
B=34.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321250.2000.050.48164.4411.3946.47
Hex69847D140530a4b2e
Octal1512041752405602441356
Binary1101001100001001111101101000101110000101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69847D; }

 p { color: rgb(105,132,125); }

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

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

 a { background-color: rgb(105,132,125); }

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

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

 span { border-color: rgb(105,132,125); }

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