#68766F

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

Shades of Sirocco #68766F

Tints of Sirocco #68766F

Color information

#68766F (or 0x68766F) is unknown color: approx Sirocco. HEX triplet: 68, 76 and 6F. RGB value is (104,118,111). Sum of RGB (Red+Green+Blue) = 104+118+111=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #68766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766F is #978990. Grayscale: #717171. Windows color (decimal): -9931153 or 7304808. OLE color: 7304808.

HSL color Cylindrical-coordinate representation of color #68766F: hue angle of 150º 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 #68766F is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB104118111-
CMYK0.1200.060.54
HSL150º6.31%43.53%-
HSV(B)150º11.86%46.27%-
XYZ15.0617.0517.54-
YUV113.02126.86121.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=31.23%
G=35.44%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181110.1200.060.541506.3143.53
Hex68766FC06369662c
Octal150166157140666226654
Binary1101000111011011011111100011011011010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68766F; }

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

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

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

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

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

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

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

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