#69837D

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

Shades of Rolling Stone #69837D

Tints of Rolling Stone #69837D

Color information

#69837D (or 0x69837D) is unknown color: approx Rolling Stone. HEX triplet: 69, 83 and 7D. RGB value is (105,131,125). Sum of RGB (Red+Green+Blue) = 105+131+125=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #69837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69837D is #967C82. Grayscale: #7A7A7A. Windows color (decimal): -9862275 or 8225641. OLE color: 8225641.

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

Color convert

RGB105131125-
CMYK0.2000.050.49
HSL166.15º11.02%46.27%-
HSV(B)166.15º19.85%51.37%-
XYZ17.6420.7222.47-
YUV122.54129.39115.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=29.09%
G=36.29%
B=34.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311250.2000.050.49166.1511.0246.27
Hex69837D140531a6b2e
Octal1512031752405612461356
Binary1101001100000111111101101000101110001101001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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