#687670

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

Shades of Sirocco #687670

Tints of Sirocco #687670

Color information

#687670 (or 0x687670) is unknown color: approx Sirocco. HEX triplet: 68, 76 and 70. RGB value is (104,118,112). Sum of RGB (Red+Green+Blue) = 104+118+112=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #687670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687670 is #97898F. Grayscale: #717171. Windows color (decimal): -9931152 or 7370344. OLE color: 7370344.

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

Color convert

RGB104118112-
CMYK0.1200.050.54
HSL154.29º6.31%43.53%-
HSV(B)154.29º11.86%46.27%-
XYZ15.1117.0717.83-
YUV113.13127.36121.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=31.14%
G=35.33%
B=33.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181120.1200.050.54154.296.3143.53
Hex687670C05369a62c
Octal150166160140566232654
Binary1101000111011011100001100010111011010011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687670; }

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

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

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

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

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

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

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

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