#608371

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

Shades of Cutty Sark #608371

Tints of Cutty Sark #608371

Color information

#608371 (or 0x608371) is unknown color: approx Cutty Sark. HEX triplet: 60, 83 and 71. RGB value is (96,131,113). Sum of RGB (Red+Green+Blue) = 96+131+113=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #608371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608371 is #9F7C8E. Grayscale: #767676. Windows color (decimal): -10452111 or 7439200. OLE color: 7439200.

HSL color Cylindrical-coordinate representation of color #608371: hue angle of 149.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608371 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB96131113-
CMYK0.2700.140.49
HSL149.14º15.42%44.51%-
HSV(B)149.14º26.72%51.37%-
XYZ15.9219.9118.63-
YUV118.48124.9111.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=28.24%
G=38.53%
B=33.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311130.2700.140.49149.1415.4244.51
Hex6083711B0E3195f2d
Octal14020316133016612251755
Binary11000001000001111100011101101110110001100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608371; }

 p { color: rgb(96,131,113); }

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

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

 a { background-color: rgb(96,131,113); }

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

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

 span { border-color: rgb(96,131,113); }

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