#668376

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

Shades of Cutty Sark #668376

Tints of Cutty Sark #668376

Color information

#668376 (or 0x668376) is unknown color: approx Cutty Sark. HEX triplet: 66, 83 and 76. RGB value is (102,131,118). Sum of RGB (Red+Green+Blue) = 102+131+118=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #668376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668376 is #997C89. Grayscale: #787878. Windows color (decimal): -10058890 or 7766886. OLE color: 7766886.

HSL color Cylindrical-coordinate representation of color #668376: hue angle of 153.1º 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 #668376 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB102131118-
CMYK0.2200.100.49
HSL153.1º12.45%45.69%-
HSV(B)153.1º22.14%51.37%-
XYZ16.8720.3720.18-
YUV120.85126.39114.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=29.06%
G=37.32%
B=33.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311180.2200.100.49153.112.4545.69
Hex668376160A3199c2e
Octal14620316626012612311456
Binary11001101000001111101101011001010110001100110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668376; }

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

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

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

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

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

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

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

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