#618475

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

Shades of Cutty Sark #618475

Tints of Cutty Sark #618475

Color information

#618475 (or 0x618475) is unknown color: approx Cutty Sark. HEX triplet: 61, 84 and 75. RGB value is (97,132,117). Sum of RGB (Red+Green+Blue) = 97+132+117=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #618475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618475 is #9E7B8A. Grayscale: #777777. Windows color (decimal): -10386315 or 7701601. OLE color: 7701601.

HSL color Cylindrical-coordinate representation of color #618475: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618475 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB97132117-
CMYK0.2700.110.48
HSL154.29º15.28%44.9%-
HSV(B)154.29º26.52%51.76%-
XYZ16.3920.3319.89-
YUV119.82126.4111.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=28.03%
G=38.15%
B=33.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321170.2700.110.48154.2915.2844.9
Hex6184751B0B309af2d
Octal14120416533013602321755
Binary11000011000010011101011101101011110000100110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618475; }

 p { color: rgb(97,132,117); }

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

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

 a { background-color: rgb(97,132,117); }

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

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

 span { border-color: rgb(97,132,117); }

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