#668277

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

Shades of Cutty Sark #668277

Tints of Cutty Sark #668277

Color information

#668277 (or 0x668277) is unknown color: approx Cutty Sark. HEX triplet: 66, 82 and 77. RGB value is (102,130,119). Sum of RGB (Red+Green+Blue) = 102+130+119=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #668277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668277 is #997D88. Grayscale: #787878. Windows color (decimal): -10059145 or 7832166. OLE color: 7832166.

HSL color Cylindrical-coordinate representation of color #668277: hue angle of 156.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668277 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB102130119-
CMYK0.2200.080.49
HSL156.43º12.07%45.49%-
HSV(B)156.43º21.54%50.98%-
XYZ16.7920.1220.45-
YUV120.37127.22114.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=29.06%
G=37.04%
B=33.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301190.2200.080.49156.4312.0745.49
Hex6682771608319cc2d
Octal14620216726010612341455
Binary11001101000001011101111011001000110001100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668277; }

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

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

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

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

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

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

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

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