#608273

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

Shades of Cutty Sark #608273

Tints of Cutty Sark #608273

Color information

#608273 (or 0x608273) is unknown color: approx Cutty Sark. HEX triplet: 60, 82 and 73. RGB value is (96,130,115). Sum of RGB (Red+Green+Blue) = 96+130+115=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #608273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608273 is #9F7D8C. Grayscale: #767676. Windows color (decimal): -10452365 or 7570016. OLE color: 7570016.

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

Color convert

RGB96130115-
CMYK0.2600.120.49
HSL153.53º15.04%44.31%-
HSV(B)153.53º26.15%50.98%-
XYZ15.919.6919.18-
YUV118.12126.24112.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=28.15%
G=38.12%
B=33.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301150.2600.120.49153.5315.0444.31
Hex6082731A0C319af2c
Octal14020216332014612321754
Binary11000001000001011100111101001100110001100110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608273; }

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

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

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

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

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

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

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

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