#60837A

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

Shades of Cutty Sark #60837A

Tints of Cutty Sark #60837A

Color information

#60837A (or 0x60837A) is unknown color: approx Cutty Sark. HEX triplet: 60, 83 and 7A. RGB value is (96,131,122). Sum of RGB (Red+Green+Blue) = 96+131+122=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #60837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60837A is #9F7C85. Grayscale: #777777. Windows color (decimal): -10452102 or 8029024. OLE color: 8029024.

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

Color convert

RGB96131122-
CMYK0.2700.070.49
HSL164.57º15.42%44.51%-
HSV(B)164.57º26.72%51.37%-
XYZ16.4520.1221.43-
YUV119.51129.4111.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=27.51%
G=37.54%
B=34.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311220.2700.070.49164.5715.4244.51
Hex60837A1B0731a5f2d
Octal1402031723307612451755
Binary1100000100000111111010110110111110001101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60837A; }

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

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

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

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

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

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

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

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