#687570

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

Shades of Sirocco #687570

Tints of Sirocco #687570

Color information

#687570 (or 0x687570) is unknown color: approx Sirocco. HEX triplet: 68, 75 and 70. RGB value is (104,117,112). Sum of RGB (Red+Green+Blue) = 104+117+112=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #687570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687570 is #978A8F. Grayscale: #707070. Windows color (decimal): -9931408 or 7370088. OLE color: 7370088.

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

Color convert

RGB104117112-
CMYK0.1100.040.54
HSL156.92º5.88%43.33%-
HSV(B)156.92º11.11%45.88%-
XYZ14.9916.8417.79-
YUV112.54127.69121.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=31.23%
G=35.14%
B=33.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171120.1100.040.54156.925.8843.33
Hex687570B04369d62b
Octal150165160130466235653
Binary1101000111010111100001011010011011010011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687570; }

 p { color: rgb(104,117,112); }

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

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

 a { background-color: rgb(104,117,112); }

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

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

 span { border-color: rgb(104,117,112); }

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