#66837B

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

Shades of Cutty Sark #66837B

Tints of Cutty Sark #66837B

Color information

#66837B (or 0x66837B) is unknown color: approx Cutty Sark. HEX triplet: 66, 83 and 7B. RGB value is (102,131,123). Sum of RGB (Red+Green+Blue) = 102+131+123=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #66837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66837B is #997C84. Grayscale: #797979. Windows color (decimal): -10058885 or 8094566. OLE color: 8094566.

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

Color convert

RGB102131123-
CMYK0.2200.060.49
HSL163.45º12.45%45.69%-
HSV(B)163.45º22.14%51.37%-
XYZ17.1720.4921.79-
YUV121.42128.89114.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=28.65%
G=36.80%
B=34.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311230.2200.060.49163.4512.4545.69
Hex66837B160631a3c2e
Octal1462031732606612431456
Binary1100110100000111111011101100110110001101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66837B; }

 p { color: rgb(102,131,123); }

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

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

 a { background-color: rgb(102,131,123); }

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

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

 span { border-color: rgb(102,131,123); }

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