#608477

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

Shades of Cutty Sark #608477

Tints of Cutty Sark #608477

Color information

#608477 (or 0x608477) is unknown color: approx Cutty Sark. HEX triplet: 60, 84 and 77. RGB value is (96,132,119). Sum of RGB (Red+Green+Blue) = 96+132+119=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #608477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608477 is #9F7B88. Grayscale: #777777. Windows color (decimal): -10451849 or 7832672. OLE color: 7832672.

HSL color Cylindrical-coordinate representation of color #608477: hue angle of 158.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608477 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB96132119-
CMYK0.2700.100.48
HSL158.33º15.79%44.71%-
HSV(B)158.33º27.27%51.76%-
XYZ16.420.3220.51-
YUV119.75127.57111.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=27.67%
G=38.04%
B=34.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321190.2700.100.48158.3315.7944.71
Hex6084771B0A309e102d
Octal14020416733012602362055
Binary110000010000100111011111011010101100001001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608477; }

 p { color: rgb(96,132,119); }

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

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

 a { background-color: rgb(96,132,119); }

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

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

 span { border-color: rgb(96,132,119); }

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