#628775

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

Shades of Cutty Sark #628775

Tints of Cutty Sark #628775

Color information

#628775 (or 0x628775) is unknown color: approx Cutty Sark. HEX triplet: 62, 87 and 75. RGB value is (98,135,117). Sum of RGB (Red+Green+Blue) = 98+135+117=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #628775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628775 is #9D788A. Grayscale: #797979. Windows color (decimal): -10320011 or 7702370. OLE color: 7702370.

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

Color convert

RGB98135117-
CMYK0.2700.130.47
HSL150.81º15.88%45.69%-
HSV(B)150.81º27.41%52.94%-
XYZ16.9121.2120.03-
YUV121.88125.24110.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=28%
G=38.57%
B=33.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351170.2700.130.47150.8115.8845.69
Hex6287751B0D2F97102e
Octal14220716533015572272056
Binary110001010000111111010111011011011011111001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628775; }

 p { color: rgb(98,135,117); }

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

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

 a { background-color: rgb(98,135,117); }

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

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

 span { border-color: rgb(98,135,117); }

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