#61766E

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

Shades of Cutty Sark #61766E

Tints of Cutty Sark #61766E

Color information

#61766E (or 0x61766E) is unknown color: approx Cutty Sark. HEX triplet: 61, 76 and 6E. RGB value is (97,118,110). Sum of RGB (Red+Green+Blue) = 97+118+110=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #61766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766E is #9E8991. Grayscale: #6E6E6E. Windows color (decimal): -10389906 or 7239265. OLE color: 7239265.

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

Color convert

RGB97118110-
CMYK0.1800.070.54
HSL157.14º9.77%42.16%-
HSV(B)157.14º17.8%46.27%-
XYZ14.2216.6217.21-
YUV110.81127.54118.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=29.85%
G=36.31%
B=33.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971181100.1800.070.54157.149.7742.16
Hex61766E1207369da2a
Octal1411661562207662351252
Binary110000111101101101110100100111110110100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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