#66857A

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

Shades of Cutty Sark #66857A

Tints of Cutty Sark #66857A

Color information

#66857A (or 0x66857A) is unknown color: approx Cutty Sark. HEX triplet: 66, 85 and 7A. RGB value is (102,133,122). Sum of RGB (Red+Green+Blue) = 102+133+122=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #66857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857A is #997A85. Grayscale: #7A7A7A. Windows color (decimal): -10058374 or 8029542. OLE color: 8029542.

HSL color Cylindrical-coordinate representation of color #66857A: hue angle of 158.71º 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 #66857A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB102133122-
CMYK0.2300.080.48
HSL158.71º13.19%46.08%-
HSV(B)158.71º23.31%52.16%-
XYZ17.382121.55-
YUV122.48127.73113.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=28.57%
G=37.25%
B=34.17%

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
Decimal1021331220.2300.080.48158.7113.1946.08
Hex66857A1708309fd2e
Octal14620517227010602371556
Binary11001101000010111110101011101000110000100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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