#618675

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

Shades of Cutty Sark #618675

Tints of Cutty Sark #618675

Color information

#618675 (or 0x618675) is unknown color: approx Cutty Sark. HEX triplet: 61, 86 and 75. RGB value is (97,134,117). Sum of RGB (Red+Green+Blue) = 97+134+117=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #618675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618675 is #9E798A. Grayscale: #797979. Windows color (decimal): -10385803 or 7702113. OLE color: 7702113.

HSL color Cylindrical-coordinate representation of color #618675: hue angle of 152.43º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618675 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB97134117-
CMYK0.2800.130.47
HSL152.43º16.02%45.29%-
HSV(B)152.43º27.61%52.55%-
XYZ16.6720.8819.98-
YUV121125.74110.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=27.87%
G=38.51%
B=33.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341170.2800.130.47152.4316.0245.29
Hex6186751C0D2F98102d
Octal14120616534015572302055
Binary110000110000110111010111100011011011111001100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618675; }

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

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

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

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

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

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

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

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