#628672

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

Shades of Cutty Sark #628672

Tints of Cutty Sark #628672

Color information

#628672 (or 0x628672) is unknown color: approx Cutty Sark. HEX triplet: 62, 86 and 72. RGB value is (98,134,114). Sum of RGB (Red+Green+Blue) = 98+134+114=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #628672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628672 is #9D798D. Grayscale: #797979. Windows color (decimal): -10320270 or 7505506. OLE color: 7505506.

HSL color Cylindrical-coordinate representation of color #628672: hue angle of 146.67º 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 #628672 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB98134114-
CMYK0.2700.150.47
HSL146.67º15.52%45.49%-
HSV(B)146.67º26.87%52.55%-
XYZ16.620.8619.07-
YUV120.96124.07111.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=28.32%
G=38.73%
B=32.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981341140.2700.150.47146.6715.5245.49
Hex6286721B0F2F93102d
Octal14220616233017572232055
Binary110001010000110111001011011011111011111001001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628672; }

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

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

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

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

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

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

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

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