#666D6A

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

Shades of Sirocco #666D6A

Tints of Sirocco #666D6A

Color information

#666D6A (or 0x666D6A) is unknown color: approx Sirocco. HEX triplet: 66, 6D and 6A. RGB value is (102,109,106). Sum of RGB (Red+Green+Blue) = 102+109+106=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #666D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D6A is #999295. Grayscale: #6A6A6A. Windows color (decimal): -10064534 or 6974822. OLE color: 6974822.

HSL color Cylindrical-coordinate representation of color #666D6A: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666D6A is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB102109106-
CMYK0.0600.030.57
HSL154.29º3.32%41.37%-
HSV(B)154.29º6.42%42.75%-
XYZ13.5514.815.78-
YUV106.56127.68124.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=32.18%
G=34.38%
B=33.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021091060.0600.030.57154.293.3241.37
Hex666D6A603399a329
Octal14615515260371232351
Binary1100110110110111010101100111110011001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666D6A; }

 p { color: rgb(102,109,106); }

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

<style>
 a { background-color: #666D6A; }

 a { background-color: rgb(102,109,106); }

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

<style>
 span { border-color: #666D6A; }

 span { border-color: rgb(102,109,106); }

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