#628674

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

Shades of Cutty Sark #628674

Tints of Cutty Sark #628674

Color information

#628674 (or 0x628674) is unknown color: approx Cutty Sark. HEX triplet: 62, 86 and 74. RGB value is (98,134,116). Sum of RGB (Red+Green+Blue) = 98+134+116=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #628674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628674 is #9D798B. Grayscale: #797979. Windows color (decimal): -10320268 or 7636578. OLE color: 7636578.

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

Color convert

RGB98134116-
CMYK0.2700.130.47
HSL150º15.52%45.49%-
HSV(B)150º26.87%52.55%-
XYZ16.7120.9119.68-
YUV121.18125.07111.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=28.16%
G=38.51%
B=33.33%

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
Decimal981341160.2700.130.4715015.5245.49
Hex6286741B0D2F96102d
Octal14220616433015572262055
Binary110001010000110111010011011011011011111001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628674; }

 p { color: rgb(98,134,116); }

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

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

 a { background-color: rgb(98,134,116); }

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

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

 span { border-color: rgb(98,134,116); }

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