#608379

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

Shades of Cutty Sark #608379

Tints of Cutty Sark #608379

Color information

#608379 (or 0x608379) is unknown color: approx Cutty Sark. HEX triplet: 60, 83 and 79. RGB value is (96,131,121). Sum of RGB (Red+Green+Blue) = 96+131+121=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #608379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608379 is #9F7C86. Grayscale: #777777. Windows color (decimal): -10452103 or 7963488. OLE color: 7963488.

HSL color Cylindrical-coordinate representation of color #608379: hue angle of 162.86º 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 #608379 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB96131121-
CMYK0.2700.080.49
HSL162.86º15.42%44.51%-
HSV(B)162.86º26.72%51.37%-
XYZ16.3920.121.1-
YUV119.4128.9111.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=27.59%
G=37.64%
B=34.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311210.2700.080.49162.8615.4244.51
Hex6083791B0831a3f2d
Octal14020317133010612431755
Binary11000001000001111110011101101000110001101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608379; }

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

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

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

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

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

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

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

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