#686E6A

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

Shades of Sirocco #686E6A

Tints of Sirocco #686E6A

Color information

#686E6A (or 0x686E6A) is unknown color: approx Sirocco. HEX triplet: 68, 6E and 6A. RGB value is (104,110,106). Sum of RGB (Red+Green+Blue) = 104+110+106=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 110 - color contains mainly: green. Hex color #686E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E6A is #979195. Grayscale: #6B6B6B. Windows color (decimal): -9933206 or 6975080. OLE color: 6975080.

HSL color Cylindrical-coordinate representation of color #686E6A: hue angle of 140º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686E6A is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB104110106-
CMYK0.0500.040.57
HSL140º2.8%41.96%-
HSV(B)140º5.45%43.14%-
XYZ13.8915.1415.83-
YUV107.75127.01125.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=32.5%
G=34.38%
B=33.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041101060.0500.040.571402.841.96
Hex686E6A504398c32a
Octal15015615250471214352
Binary11010001101110110101010101001110011000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686E6A; }

 p { color: rgb(104,110,106); }

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

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

 a { background-color: rgb(104,110,106); }

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

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

 span { border-color: rgb(104,110,106); }

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