#688576

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

Shades of Cutty Sark #688576

Tints of Cutty Sark #688576

Color information

#688576 (or 0x688576) is unknown color: approx Cutty Sark. HEX triplet: 68, 85 and 76. RGB value is (104,133,118). Sum of RGB (Red+Green+Blue) = 104+133+118=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #688576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688576 is #977A89. Grayscale: #7A7A7A. Windows color (decimal): -9927306 or 7767400. OLE color: 7767400.

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

Color convert

RGB104133118-
CMYK0.2200.110.48
HSL148.97º12.24%46.47%-
HSV(B)148.97º21.8%52.16%-
XYZ17.3721.0320.28-
YUV122.62125.39114.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=29.30%
G=37.46%
B=33.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331180.2200.110.48148.9712.2446.47
Hex688576160B3095c2e
Octal15020516626013602251456
Binary11010001000010111101101011001011110000100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688576; }

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

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

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

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

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

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

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

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