#66887A

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

Shades of Cutty Sark #66887A

Tints of Cutty Sark #66887A

Color information

#66887A (or 0x66887A) is unknown color: approx Cutty Sark. HEX triplet: 66, 88 and 7A. RGB value is (102,136,122). Sum of RGB (Red+Green+Blue) = 102+136+122=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #66887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66887A is #997785. Grayscale: #7C7C7C. Windows color (decimal): -10057606 or 8030310. OLE color: 8030310.

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

Color convert

RGB102136122-
CMYK0.2500.100.47
HSL155.29º14.29%46.67%-
HSV(B)155.29º25%53.33%-
XYZ17.821.8421.69-
YUV124.24126.74112.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=28.33%
G=37.78%
B=33.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361220.2500.100.47155.2914.2946.67
Hex66887A190A2F9be2f
Octal14621017231012572331657
Binary11001101000100011110101100101010101111100110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66887A; }

 p { color: rgb(102,136,122); }

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

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

 a { background-color: rgb(102,136,122); }

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

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

 span { border-color: rgb(102,136,122); }

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