#618376

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

Shades of Cutty Sark #618376

Tints of Cutty Sark #618376

Color information

#618376 (or 0x618376) is unknown color: approx Cutty Sark. HEX triplet: 61, 83 and 76. RGB value is (97,131,118). Sum of RGB (Red+Green+Blue) = 97+131+118=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #618376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618376 is #9E7C89. Grayscale: #777777. Windows color (decimal): -10386570 or 7766881. OLE color: 7766881.

HSL color Cylindrical-coordinate representation of color #618376: hue angle of 157.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618376 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB97131118-
CMYK0.2600.100.49
HSL157.06º14.91%44.71%-
HSV(B)157.06º25.95%51.37%-
XYZ16.3220.0820.16-
YUV119.35127.24112.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=28.03%
G=37.86%
B=34.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311180.2600.100.49157.0614.9144.71
Hex6183761A0A319df2d
Octal14120316632012612351755
Binary11000011000001111101101101001010110001100111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618376; }

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

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

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

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

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

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

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

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