#638677

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

Shades of Cutty Sark #638677

Tints of Cutty Sark #638677

Color information

#638677 (or 0x638677) is unknown color: approx Cutty Sark. HEX triplet: 63, 86 and 77. RGB value is (99,134,119). Sum of RGB (Red+Green+Blue) = 99+134+119=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #638677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638677 is #9C7988. Grayscale: #797979. Windows color (decimal): -10254729 or 7833187. OLE color: 7833187.

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

Color convert

RGB99134119-
CMYK0.2600.110.47
HSL154.29º15.02%45.69%-
HSV(B)154.29º26.12%52.55%-
XYZ1721.0320.62-
YUV121.82126.4111.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=28.12%
G=38.07%
B=33.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341190.2600.110.47154.2915.0245.69
Hex6386771A0B2F9af2e
Octal14320616732013572321756
Binary11000111000011011101111101001011101111100110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638677; }

 p { color: rgb(99,134,119); }

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

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

 a { background-color: rgb(99,134,119); }

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

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

 span { border-color: rgb(99,134,119); }

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