#686F6B

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

Shades of Sirocco #686F6B

Tints of Sirocco #686F6B

Color information

#686F6B (or 0x686F6B) is unknown color: approx Sirocco. HEX triplet: 68, 6F and 6B. RGB value is (104,111,107). Sum of RGB (Red+Green+Blue) = 104+111+107=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 111 - color contains mainly: green. Hex color #686F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F6B is #979094. Grayscale: #6C6C6C. Windows color (decimal): -9932949 or 7040872. OLE color: 7040872.

HSL color Cylindrical-coordinate representation of color #686F6B: hue angle of 145.71º 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 #686F6B is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB104111107-
CMYK0.0600.040.56
HSL145.71º3.26%42.16%-
HSV(B)145.71º6.31%43.53%-
XYZ14.0515.3716.14-
YUV108.45127.18124.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=32.30%
G=34.47%
B=33.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041111070.0600.040.56145.713.2642.16
Hex686F6B604389232a
Octal15015715360470222352
Binary11010001101111110101111001001110001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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