#688376

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

Shades of Cutty Sark #688376

Tints of Cutty Sark #688376

Color information

#688376 (or 0x688376) is unknown color: approx Cutty Sark. HEX triplet: 68, 83 and 76. RGB value is (104,131,118). Sum of RGB (Red+Green+Blue) = 104+131+118=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #688376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688376 is #977C89. Grayscale: #797979. Windows color (decimal): -9927818 or 7766888. OLE color: 7766888.

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

Color convert

RGB104131118-
CMYK0.2100.100.49
HSL151.11º11.49%46.08%-
HSV(B)151.11º20.61%51.37%-
XYZ17.120.4820.19-
YUV121.44126.05115.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=29.46%
G=37.11%
B=33.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311180.2100.100.49151.1111.4946.08
Hex688376150A3197b2e
Octal15020316625012612271356
Binary11010001000001111101101010101010110001100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688376; }

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

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

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

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

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

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

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

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