#618071

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

Shades of Cutty Sark #618071

Tints of Cutty Sark #618071

Color information

#618071 (or 0x618071) is unknown color: approx Cutty Sark. HEX triplet: 61, 80 and 71. RGB value is (97,128,113). Sum of RGB (Red+Green+Blue) = 97+128+113=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #618071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618071 is #9E7F8E. Grayscale: #757575. Windows color (decimal): -10387343 or 7438433. OLE color: 7438433.

HSL color Cylindrical-coordinate representation of color #618071: hue angle of 150.97º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618071 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB97128113-
CMYK0.2400.120.50
HSL150.97º13.78%44.12%-
HSV(B)150.97º24.22%50.2%-
XYZ15.6319.1718.5-
YUV117.02125.73113.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=28.70%
G=37.87%
B=33.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281130.2400.120.50150.9713.7844.12
Hex618071180C3297e2c
Octal14120016130014622271654
Binary11000011000000011100011100001100110010100101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618071; }

 p { color: rgb(97,128,113); }

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

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

 a { background-color: rgb(97,128,113); }

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

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

 span { border-color: rgb(97,128,113); }

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