#61736D

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

Shades of Cutty Sark #61736D

Tints of Cutty Sark #61736D

Color information

#61736D (or 0x61736D) is unknown color: approx Cutty Sark. HEX triplet: 61, 73 and 6D. RGB value is (97,115,109). Sum of RGB (Red+Green+Blue) = 97+115+109=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #61736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61736D is #9E8C92. Grayscale: #6C6C6C. Windows color (decimal): -10390675 or 7172961. OLE color: 7172961.

HSL color Cylindrical-coordinate representation of color #61736D: hue angle of 160º degrees, saturation: 0.08, 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 #61736D is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB97115109-
CMYK0.1600.050.55
HSL160º8.49%41.57%-
HSV(B)160º15.65%45.1%-
XYZ13.8215.9116.81-
YUV108.93128.04119.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=30.22%
G=35.83%
B=33.96%

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
Decimal971151090.1600.050.551608.4941.57
Hex61736D100537a082a
Octal1411631552005672401052
Binary110000111100111101101100000101110111101000001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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