#697670

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

Shades of Sirocco #697670

Tints of Sirocco #697670

Color information

#697670 (or 0x697670) is unknown color: approx Sirocco. HEX triplet: 69, 76 and 70. RGB value is (105,118,112). Sum of RGB (Red+Green+Blue) = 105+118+112=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #697670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697670 is #96898F. Grayscale: #717171. Windows color (decimal): -9865616 or 7370345. OLE color: 7370345.

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

Color convert

RGB105118112-
CMYK0.1100.050.54
HSL152.31º5.83%43.73%-
HSV(B)152.31º11.02%46.27%-
XYZ15.2317.1317.83-
YUV113.43127.19121.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=31.34%
G=35.22%
B=33.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051181120.1100.050.54152.315.8343.73
Hex697670B05369862c
Octal151166160130566230654
Binary1101001111011011100001011010111011010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697670; }

 p { color: rgb(105,118,112); }

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

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

 a { background-color: rgb(105,118,112); }

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

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

 span { border-color: rgb(105,118,112); }

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