#66867A

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

Shades of Cutty Sark #66867A

Tints of Cutty Sark #66867A

Color information

#66867A (or 0x66867A) is unknown color: approx Cutty Sark. HEX triplet: 66, 86 and 7A. RGB value is (102,134,122). Sum of RGB (Red+Green+Blue) = 102+134+122=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #66867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66867A is #997985. Grayscale: #7B7B7B. Windows color (decimal): -10058118 or 8029798. OLE color: 8029798.

HSL color Cylindrical-coordinate representation of color #66867A: hue angle of 157.5º 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 #66867A is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB102134122-
CMYK0.2400.090.47
HSL157.5º13.56%46.27%-
HSV(B)157.5º23.88%52.55%-
XYZ17.5221.2821.6-
YUV123.06127.4112.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=28.49%
G=37.43%
B=34.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341220.2400.090.47157.513.5646.27
Hex66867A18092F9de2e
Octal14620617230011572351656
Binary11001101000011011110101100001001101111100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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