#668375

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

Shades of Cutty Sark #668375

Tints of Cutty Sark #668375

Color information

#668375 (or 0x668375) is unknown color: approx Cutty Sark. HEX triplet: 66, 83 and 75. RGB value is (102,131,117). Sum of RGB (Red+Green+Blue) = 102+131+117=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #668375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668375 is #997C8A. Grayscale: #787878. Windows color (decimal): -10058891 or 7701350. OLE color: 7701350.

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

Color convert

RGB102131117-
CMYK0.2200.110.49
HSL151.03º12.45%45.69%-
HSV(B)151.03º22.14%51.37%-
XYZ16.8120.3419.87-
YUV120.73125.89114.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=29.14%
G=37.43%
B=33.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311170.2200.110.49151.0312.4545.69
Hex668375160B3197c2e
Octal14620316526013612271456
Binary11001101000001111101011011001011110001100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668375; }

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

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

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

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

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

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

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

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