#60766F

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

Shades of Cutty Sark #60766F

Tints of Cutty Sark #60766F

Color information

#60766F (or 0x60766F) is unknown color: approx Cutty Sark. HEX triplet: 60, 76 and 6F. RGB value is (96,118,111). Sum of RGB (Red+Green+Blue) = 96+118+111=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #60766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60766F is #9F8990. Grayscale: #6E6E6E. Windows color (decimal): -10455441 or 7304800. OLE color: 7304800.

HSL color Cylindrical-coordinate representation of color #60766F: hue angle of 160.91º 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 #60766F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB96118111-
CMYK0.1900.060.54
HSL160.91º10.28%41.96%-
HSV(B)160.91º18.64%46.27%-
XYZ14.1716.5917.49-
YUV110.62128.21117.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=29.54%
G=36.31%
B=34.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961181110.1900.060.54160.9110.2841.96
Hex60766F130636a1a2a
Octal1401661572306662411252
Binary110000011101101101111100110110110110101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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