#608373

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

Shades of Cutty Sark #608373

Tints of Cutty Sark #608373

Color information

#608373 (or 0x608373) is unknown color: approx Cutty Sark. HEX triplet: 60, 83 and 73. RGB value is (96,131,115). Sum of RGB (Red+Green+Blue) = 96+131+115=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #608373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608373 is #9F7C8C. Grayscale: #767676. Windows color (decimal): -10452109 or 7570272. OLE color: 7570272.

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

Color convert

RGB96131115-
CMYK0.2700.120.49
HSL152.57º15.42%44.51%-
HSV(B)152.57º26.72%51.37%-
XYZ16.0319.9619.23-
YUV118.71125.9111.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=28.07%
G=38.30%
B=33.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311150.2700.120.49152.5715.4244.51
Hex6083731B0C3199f2d
Octal14020316333014612311755
Binary11000001000001111100111101101100110001100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608373; }

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

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

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

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

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

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

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

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