#697572

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

Shades of Rolling Stone #697572

Tints of Rolling Stone #697572

Color information

#697572 (or 0x697572) is unknown color: approx Rolling Stone. HEX triplet: 69, 75 and 72. RGB value is (105,117,114). Sum of RGB (Red+Green+Blue) = 105+117+114=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 117 - color contains mainly: green. Hex color #697572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697572 is #968A8D. Grayscale: #717171. Windows color (decimal): -9865870 or 7501161. OLE color: 7501161.

HSL color Cylindrical-coordinate representation of color #697572: hue angle of 165º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697572 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB105117114-
CMYK0.1000.030.54
HSL165º5.41%43.53%-
HSV(B)165º10.26%45.88%-
XYZ15.2216.9418.39-
YUV113.07128.52122.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=31.25%
G=34.82%
B=33.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171140.1000.030.541655.4143.53
Hex697572A0336a552c
Octal151165162120366245554
Binary110100111101011110010101001111011010100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697572; }

 p { color: rgb(105,117,114); }

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

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

 a { background-color: rgb(105,117,114); }

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

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

 span { border-color: rgb(105,117,114); }

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