#666E69

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

Shades of Sirocco #666E69

Tints of Sirocco #666E69

Color information

#666E69 (or 0x666E69) is unknown color: approx Sirocco. HEX triplet: 66, 6E and 69. RGB value is (102,110,105). Sum of RGB (Red+Green+Blue) = 102+110+105=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 110 - color contains mainly: green. Hex color #666E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E69 is #999196. Grayscale: #6B6B6B. Windows color (decimal): -10064279 or 6909542. OLE color: 6909542.

HSL color Cylindrical-coordinate representation of color #666E69: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666E69 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB102110105-
CMYK0.0700.050.57
HSL142.5º3.77%41.57%-
HSV(B)142.5º7.27%43.14%-
XYZ13.611515.54-
YUV107.04126.85124.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=32.18%
G=34.70%
B=33.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021101050.0700.050.57142.53.7741.57
Hex666E69705398e42a
Octal14615615170571216452
Binary110011011011101101001111010111100110001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,105); }

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

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

 a { background-color: rgb(102,110,105); }

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

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

 span { border-color: rgb(102,110,105); }

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