#668677

Color #668677 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #668677

Tints of Cutty Sark #668677

Color information

#668677 (or 0x668677) is unknown color: approx Cutty Sark. HEX triplet: 66, 86 and 77. RGB value is (102,134,119). Sum of RGB (Red+Green+Blue) = 102+134+119=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #668677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668677 is #997988. Grayscale: #7A7A7A. Windows color (decimal): -10058121 or 7833190. OLE color: 7833190.

HSL color Cylindrical-coordinate representation of color #668677: hue angle of 151.87º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668677 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB102134119-
CMYK0.2400.110.47
HSL151.87º13.56%46.27%-
HSV(B)151.87º23.88%52.55%-
XYZ17.3321.2120.63-
YUV122.72125.9113.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=28.73%
G=37.75%
B=33.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341190.2400.110.47151.8713.5646.27
Hex668677180B2F98e2e
Octal14620616730013572301656
Binary11001101000011011101111100001011101111100110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668677; }

 p { color: rgb(102,134,119); }

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

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

 a { background-color: rgb(102,134,119); }

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

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

 span { border-color: rgb(102,134,119); }

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