#61756D

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

Shades of Cutty Sark #61756D

Tints of Cutty Sark #61756D

Color information

#61756D (or 0x61756D) is unknown color: approx Cutty Sark. HEX triplet: 61, 75 and 6D. RGB value is (97,117,109). Sum of RGB (Red+Green+Blue) = 97+117+109=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #61756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756D is #9E8A92. Grayscale: #6E6E6E. Windows color (decimal): -10390163 or 7173473. OLE color: 7173473.

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

Color convert

RGB97117109-
CMYK0.1700.070.54
HSL156º9.35%41.96%-
HSV(B)156º17.09%45.88%-
XYZ14.0516.3716.89-
YUV110.11127.37118.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=30.03%
G=36.22%
B=33.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971171090.1700.070.541569.3541.96
Hex61756D1107369c92a
Octal1411651552107662341152
Binary110000111101011101101100010111110110100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61756D; }

 p { color: rgb(97,117,109); }

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

<style>
 a { background-color: #61756D; }

 a { background-color: rgb(97,117,109); }

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

<style>
 span { border-color: #61756D; }

 span { border-color: rgb(97,117,109); }

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