#686F6C

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

Shades of Sirocco #686F6C

Tints of Sirocco #686F6C

Color information

#686F6C (or 0x686F6C) is unknown color: approx Sirocco. HEX triplet: 68, 6F and 6C. RGB value is (104,111,108). Sum of RGB (Red+Green+Blue) = 104+111+108=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 111 - color contains mainly: green. Hex color #686F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F6C is #979093. Grayscale: #6C6C6C. Windows color (decimal): -9932948 or 7106408. OLE color: 7106408.

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

Color convert

RGB104111108-
CMYK0.0600.030.56
HSL154.29º3.26%42.16%-
HSV(B)154.29º6.31%43.53%-
XYZ14.115.3916.42-
YUV108.56127.68124.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=32.20%
G=34.37%
B=33.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041111080.0600.030.56154.293.2642.16
Hex686F6C603389a32a
Octal15015715460370232352
Binary1101000110111111011001100111110001001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,108); }

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

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

 a { background-color: rgb(104,111,108); }

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

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

 span { border-color: rgb(104,111,108); }

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