#697971

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

Shades of Sirocco #697971

Tints of Sirocco #697971

Color information

#697971 (or 0x697971) is unknown color: approx Sirocco. HEX triplet: 69, 79 and 71. RGB value is (105,121,113). Sum of RGB (Red+Green+Blue) = 105+121+113=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #697971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697971 is #96868E. Grayscale: #737373. Windows color (decimal): -9864847 or 7436649. OLE color: 7436649.

HSL color Cylindrical-coordinate representation of color #697971: hue angle of 150º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697971 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB105121113-
CMYK0.1300.070.53
HSL150º7.08%44.31%-
HSV(B)150º13.22%47.45%-
XYZ15.6417.8718.25-
YUV115.3126.7120.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=30.97%
G=35.69%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051211130.1300.070.531507.0844.31
Hex697971D07359672c
Octal151171161150765226754
Binary1101001111100111100011101011111010110010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697971; }

 p { color: rgb(105,121,113); }

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

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

 a { background-color: rgb(105,121,113); }

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

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

 span { border-color: rgb(105,121,113); }

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