#60766E

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

Shades of Cutty Sark #60766E

Tints of Cutty Sark #60766E

Color information

#60766E (or 0x60766E) is unknown color: approx Cutty Sark. HEX triplet: 60, 76 and 6E. RGB value is (96,118,110). Sum of RGB (Red+Green+Blue) = 96+118+110=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #60766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60766E is #9F8991. Grayscale: #6E6E6E. Windows color (decimal): -10455442 or 7239264. OLE color: 7239264.

HSL color Cylindrical-coordinate representation of color #60766E: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60766E is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB96118110-
CMYK0.1900.070.54
HSL158.18º10.28%41.96%-
HSV(B)158.18º18.64%46.27%-
XYZ14.1216.5717.21-
YUV110.51127.71117.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=29.63%
G=36.42%
B=33.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961181100.1900.070.54158.1810.2841.96
Hex60766E1307369ea2a
Octal1401661562307662361252
Binary110000011101101101110100110111110110100111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60766E; }

 p { color: rgb(96,118,110); }

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

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

 a { background-color: rgb(96,118,110); }

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

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

 span { border-color: rgb(96,118,110); }

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