#608277

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

Shades of Cutty Sark #608277

Tints of Cutty Sark #608277

Color information

#608277 (or 0x608277) is unknown color: approx Cutty Sark. HEX triplet: 60, 82 and 77. RGB value is (96,130,119). Sum of RGB (Red+Green+Blue) = 96+130+119=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #608277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608277 is #9F7D88. Grayscale: #767676. Windows color (decimal): -10452361 or 7832160. OLE color: 7832160.

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

Color convert

RGB96130119-
CMYK0.2600.080.49
HSL160.59º15.04%44.31%-
HSV(B)160.59º26.15%50.98%-
XYZ16.1419.7820.42-
YUV118.58128.24111.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=27.83%
G=37.68%
B=34.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301190.2600.080.49160.5915.0444.31
Hex6082771A0831a1f2c
Octal14020216732010612411754
Binary11000001000001011101111101001000110001101000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608277; }

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

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

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

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

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

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

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

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