#618377

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

Shades of Cutty Sark #618377

Tints of Cutty Sark #618377

Color information

#618377 (or 0x618377) is unknown color: approx Cutty Sark. HEX triplet: 61, 83 and 77. RGB value is (97,131,119). Sum of RGB (Red+Green+Blue) = 97+131+119=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #618377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618377 is #9E7C88. Grayscale: #777777. Windows color (decimal): -10386569 or 7832417. OLE color: 7832417.

HSL color Cylindrical-coordinate representation of color #618377: hue angle of 158.82º 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 #618377 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB97131119-
CMYK0.2600.090.49
HSL158.82º14.91%44.71%-
HSV(B)158.82º25.95%51.37%-
XYZ16.3820.1120.47-
YUV119.47127.74111.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=27.95%
G=37.75%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311190.2600.090.49158.8214.9144.71
Hex6183771A09319ff2d
Octal14120316732011612371755
Binary11000011000001111101111101001001110001100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618377; }

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

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

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

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

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

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

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

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