#688476

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

Shades of Cutty Sark #688476

Tints of Cutty Sark #688476

Color information

#688476 (or 0x688476) is unknown color: approx Cutty Sark. HEX triplet: 68, 84 and 76. RGB value is (104,132,118). Sum of RGB (Red+Green+Blue) = 104+132+118=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #688476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688476 is #977B89. Grayscale: #7A7A7A. Windows color (decimal): -9927562 or 7767144. OLE color: 7767144.

HSL color Cylindrical-coordinate representation of color #688476: hue angle of 150º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688476 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB104132118-
CMYK0.2100.110.48
HSL150º11.86%46.27%-
HSV(B)150º21.21%51.76%-
XYZ17.2320.7520.24-
YUV122.03125.72115.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=29.38%
G=37.29%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321180.2100.110.4815011.8646.27
Hex688476150B3096c2e
Octal15020416625013602261456
Binary11010001000010011101101010101011110000100101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688476; }

 p { color: rgb(104,132,118); }

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

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

 a { background-color: rgb(104,132,118); }

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

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

 span { border-color: rgb(104,132,118); }

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