#618476

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

Shades of Cutty Sark #618476

Tints of Cutty Sark #618476

Color information

#618476 (or 0x618476) is unknown color: approx Cutty Sark. HEX triplet: 61, 84 and 76. RGB value is (97,132,118). Sum of RGB (Red+Green+Blue) = 97+132+118=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #618476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618476 is #9E7B89. Grayscale: #777777. Windows color (decimal): -10386314 or 7767137. OLE color: 7767137.

HSL color Cylindrical-coordinate representation of color #618476: hue angle of 156º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618476 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB97132118-
CMYK0.2700.110.48
HSL156º15.28%44.9%-
HSV(B)156º26.52%51.76%-
XYZ16.4520.3520.2-
YUV119.94126.9111.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=27.95%
G=38.04%
B=34.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321180.2700.110.4815615.2844.9
Hex6184761B0B309cf2d
Octal14120416633013602341755
Binary11000011000010011101101101101011110000100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618476; }

 p { color: rgb(97,132,118); }

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

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

 a { background-color: rgb(97,132,118); }

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

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

 span { border-color: rgb(97,132,118); }

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