#608675

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

Shades of Cutty Sark #608675

Tints of Cutty Sark #608675

Color information

#608675 (or 0x608675) is unknown color: approx Cutty Sark. HEX triplet: 60, 86 and 75. RGB value is (96,134,117). Sum of RGB (Red+Green+Blue) = 96+134+117=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #608675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608675 is #9F798A. Grayscale: #787878. Windows color (decimal): -10451339 or 7702112. OLE color: 7702112.

HSL color Cylindrical-coordinate representation of color #608675: hue angle of 153.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608675 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB96134117-
CMYK0.2800.130.47
HSL153.16º16.52%45.1%-
HSV(B)153.16º28.36%52.55%-
XYZ16.5620.8219.98-
YUV120.7125.91110.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=27.67%
G=38.62%
B=33.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341170.2800.130.47153.1616.5245.1
Hex6086751C0D2F99112d
Octal14020616534015572312155
Binary110000010000110111010111100011011011111001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608675; }

 p { color: rgb(96,134,117); }

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

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

 a { background-color: rgb(96,134,117); }

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

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

 span { border-color: rgb(96,134,117); }

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