#66756C

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

Shades of Sirocco #66756C

Tints of Sirocco #66756C

Color information

#66756C (or 0x66756C) is unknown color: approx Sirocco. HEX triplet: 66, 75 and 6C. RGB value is (102,117,108). Sum of RGB (Red+Green+Blue) = 102+117+108=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #66756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756C is #998A93. Grayscale: #6F6F6F. Windows color (decimal): -10062484 or 7107942. OLE color: 7107942.

HSL color Cylindrical-coordinate representation of color #66756C: hue angle of 144º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66756C is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB102117108-
CMYK0.1300.080.54
HSL144º6.85%42.94%-
HSV(B)144º12.82%45.88%-
XYZ14.5516.6316.63-
YUV111.49126.03121.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=31.19%
G=35.78%
B=33.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021171080.1300.080.541446.8542.94
Hex66756CD08369072b
Octal1461651541501066220753
Binary11001101110101110110011010100011011010010000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66756C; }

 p { color: rgb(102,117,108); }

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

<style>
 a { background-color: #66756C; }

 a { background-color: rgb(102,117,108); }

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

<style>
 span { border-color: #66756C; }

 span { border-color: rgb(102,117,108); }

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