#61776F

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

Shades of Cutty Sark #61776F

Tints of Cutty Sark #61776F

Color information

#61776F (or 0x61776F) is unknown color: approx Cutty Sark. HEX triplet: 61, 77 and 6F. RGB value is (97,119,111). Sum of RGB (Red+Green+Blue) = 97+119+111=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #61776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61776F is #9E8890. Grayscale: #6F6F6F. Windows color (decimal): -10389649 or 7305057. OLE color: 7305057.

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

Color convert

RGB97119111-
CMYK0.1800.070.53
HSL158.18º10.19%42.35%-
HSV(B)158.18º18.49%46.67%-
XYZ14.416.8817.54-
YUV111.51127.71117.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=29.66%
G=36.39%
B=33.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191110.1800.070.53158.1810.1942.35
Hex61776F1207359ea2a
Octal1411671572207652361252
Binary110000111101111101111100100111110101100111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,119,111); }

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

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

 a { background-color: rgb(97,119,111); }

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

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

 span { border-color: rgb(97,119,111); }

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