#666C69

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

Shades of Sirocco #666C69

Tints of Sirocco #666C69

Color information

#666C69 (or 0x666C69) is unknown color: approx Sirocco. HEX triplet: 66, 6C and 69. RGB value is (102,108,105). Sum of RGB (Red+Green+Blue) = 102+108+105=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 108 - color contains mainly: green. Hex color #666C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C69 is #999396. Grayscale: #696969. Windows color (decimal): -10064791 or 6909030. OLE color: 6909030.

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

Color convert

RGB102108105-
CMYK0.0600.030.58
HSL150º2.86%41.18%-
HSV(B)150º5.56%42.35%-
XYZ13.3914.5715.47-
YUV105.86127.51125.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=32.38%
G=34.29%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021081050.0600.030.581502.8641.18
Hex666C696033A96329
Octal14615415160372226351
Binary1100110110110011010011100111110101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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