#617670

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

Shades of Cutty Sark #617670

Tints of Cutty Sark #617670

Color information

#617670 (or 0x617670) is unknown color: approx Cutty Sark. HEX triplet: 61, 76 and 70. RGB value is (97,118,112). Sum of RGB (Red+Green+Blue) = 97+118+112=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #617670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617670 is #9E898F. Grayscale: #6F6F6F. Windows color (decimal): -10389904 or 7370337. OLE color: 7370337.

HSL color Cylindrical-coordinate representation of color #617670: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617670 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB97118112-
CMYK0.1800.050.54
HSL162.86º9.77%42.16%-
HSV(B)162.86º17.8%46.27%-
XYZ14.3316.6717.79-
YUV111.04128.54117.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=29.66%
G=36.09%
B=34.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971181120.1800.050.54162.869.7742.16
Hex617670120536a3a2a
Octal1411661602205662431252
Binary110000111101101110000100100101110110101000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617670; }

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

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

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

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

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

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

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

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