#61736C

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

Shades of Cutty Sark #61736C

Tints of Cutty Sark #61736C

Color information

#61736C (or 0x61736C) is unknown color: approx Cutty Sark. HEX triplet: 61, 73 and 6C. RGB value is (97,115,108). Sum of RGB (Red+Green+Blue) = 97+115+108=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #61736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61736C is #9E8C93. Grayscale: #6C6C6C. Windows color (decimal): -10390676 or 7107425. OLE color: 7107425.

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

Color convert

RGB97115108-
CMYK0.1600.060.55
HSL156.67º8.49%41.57%-
HSV(B)156.67º15.65%45.1%-
XYZ13.7715.8916.53-
YUV108.82127.54119.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=30.31%
G=35.94%
B=33.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971151080.1600.060.55156.678.4941.57
Hex61736C1006379d82a
Octal1411631542006672351052
Binary110000111100111101100100000110110111100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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