#69817C

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

Shades of Rolling Stone #69817C

Tints of Rolling Stone #69817C

Color information

#69817C (or 0x69817C) is unknown color: approx Rolling Stone. HEX triplet: 69, 81 and 7C. RGB value is (105,129,124). Sum of RGB (Red+Green+Blue) = 105+129+124=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #69817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69817C is #967E83. Grayscale: #797979. Windows color (decimal): -9862788 or 8159593. OLE color: 8159593.

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

Color convert

RGB105129124-
CMYK0.1900.040.49
HSL167.5º10.26%45.88%-
HSV(B)167.5º18.6%50.59%-
XYZ17.3120.1622.05-
YUV121.25129.55116.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=29.33%
G=36.03%
B=34.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051291240.1900.040.49167.510.2645.88
Hex69817C130431a7a2e
Octal1512011742304612471256
Binary1101001100000011111100100110100110001101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69817C; }

 p { color: rgb(105,129,124); }

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

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

 a { background-color: rgb(105,129,124); }

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

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

 span { border-color: rgb(105,129,124); }

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