#686F69

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

Shades of Sirocco #686F69

Tints of Sirocco #686F69

Color information

#686F69 (or 0x686F69) is unknown color: approx Sirocco. HEX triplet: 68, 6F and 69. RGB value is (104,111,105). Sum of RGB (Red+Green+Blue) = 104+111+105=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 111 - color contains mainly: green. Hex color #686F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F69 is #979096. Grayscale: #6C6C6C. Windows color (decimal): -9932951 or 6909800. OLE color: 6909800.

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

Color convert

RGB104111105-
CMYK0.0600.050.56
HSL128.57º3.26%42.16%-
HSV(B)128.57º6.31%43.53%-
XYZ13.9415.3315.59-
YUV108.22126.18124.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=32.5%
G=34.69%
B=32.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041111050.0600.050.56128.573.2642.16
Hex686F69605388132a
Octal15015715160570201352
Binary11010001101111110100111001011110001000000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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