#617C6F

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

Shades of Cutty Sark #617C6F

Tints of Cutty Sark #617C6F

Color information

#617C6F (or 0x617C6F) is unknown color: approx Cutty Sark. HEX triplet: 61, 7C and 6F. RGB value is (97,124,111). Sum of RGB (Red+Green+Blue) = 97+124+111=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #617C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C6F is #9E8390. Grayscale: #727272. Windows color (decimal): -10388369 or 7306337. OLE color: 7306337.

HSL color Cylindrical-coordinate representation of color #617C6F: hue angle of 151.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C6F is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB97124111-
CMYK0.2200.100.51
HSL151.11º12.22%43.33%-
HSV(B)151.11º21.77%48.63%-
XYZ15.0118.117.74-
YUV114.44126.05115.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=29.22%
G=37.35%
B=33.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971241110.2200.100.51151.1112.2243.33
Hex617C6F160A3397c2b
Octal14117415726012632271453
Binary1100001111110011011111011001010110011100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C6F; }

 p { color: rgb(97,124,111); }

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

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

 a { background-color: rgb(97,124,111); }

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

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

 span { border-color: rgb(97,124,111); }

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