#68766A

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

Shades of Sirocco #68766A

Tints of Sirocco #68766A

Color information

#68766A (or 0x68766A) is unknown color: approx Sirocco. HEX triplet: 68, 76 and 6A. RGB value is (104,118,106). Sum of RGB (Red+Green+Blue) = 104+118+106=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #68766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766A is #978995. Grayscale: #707070. Windows color (decimal): -9931158 or 6977128. OLE color: 6977128.

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

Color convert

RGB104118106-
CMYK0.1200.100.54
HSL128.57º6.31%43.53%-
HSV(B)128.57º11.86%46.27%-
XYZ14.7916.9416.13-
YUV112.45124.36121.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=31.71%
G=35.98%
B=32.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181060.1200.100.54128.576.3143.53
Hex68766AC0A368162c
Octal1501661521401266201654
Binary11010001110110110101011000101011011010000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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