#666B69

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

Shades of Sirocco #666B69

Tints of Sirocco #666B69

Color information

#666B69 (or 0x666B69) is unknown color: approx Sirocco. HEX triplet: 66, 6B and 69. RGB value is (102,107,105). Sum of RGB (Red+Green+Blue) = 102+107+105=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 107 - color contains mainly: green. Hex color #666B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B69 is #999496. Grayscale: #696969. Windows color (decimal): -10065047 or 6908774. OLE color: 6908774.

HSL color Cylindrical-coordinate representation of color #666B69: hue angle of 156º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666B69 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB102107105-
CMYK0.0500.020.58
HSL156º2.39%40.98%-
HSV(B)156º4.67%41.96%-
XYZ13.2914.3615.44-
YUV105.28127.84125.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=32.48%
G=34.08%
B=33.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021071050.0500.020.581562.3940.98
Hex666B695023A9c229
Octal14615315150272234251
Binary1100110110101111010011010101110101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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