#66847A

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

Shades of Cutty Sark #66847A

Tints of Cutty Sark #66847A

Color information

#66847A (or 0x66847A) is unknown color: approx Cutty Sark. HEX triplet: 66, 84 and 7A. RGB value is (102,132,122). Sum of RGB (Red+Green+Blue) = 102+132+122=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #66847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66847A is #997B85. Grayscale: #797979. Windows color (decimal): -10058630 or 8029286. OLE color: 8029286.

HSL color Cylindrical-coordinate representation of color #66847A: hue angle of 160º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66847A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB102132122-
CMYK0.2300.080.48
HSL160º12.82%45.88%-
HSV(B)160º22.73%51.76%-
XYZ17.2420.7321.51-
YUV121.89128.06113.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=28.65%
G=37.08%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321220.2300.080.4816012.8245.88
Hex66847A170830a0d2e
Octal14620417227010602401556
Binary11001101000010011110101011101000110000101000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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