#61746E

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

Shades of Cutty Sark #61746E

Tints of Cutty Sark #61746E

Color information

#61746E (or 0x61746E) is unknown color: approx Cutty Sark. HEX triplet: 61, 74 and 6E. RGB value is (97,116,110). Sum of RGB (Red+Green+Blue) = 97+116+110=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #61746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61746E is #9E8B91. Grayscale: #6D6D6D. Windows color (decimal): -10390418 or 7238753. OLE color: 7238753.

HSL color Cylindrical-coordinate representation of color #61746E: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61746E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB97116110-
CMYK0.1600.050.55
HSL161.05º8.92%41.76%-
HSV(B)161.05º16.38%45.49%-
XYZ13.9916.1617.13-
YUV109.64128.21118.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=30.03%
G=35.91%
B=34.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971161100.1600.050.55161.058.9241.76
Hex61746E100537a192a
Octal1411641562005672411152
Binary110000111101001101110100000101110111101000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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