#638676

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

Shades of Cutty Sark #638676

Tints of Cutty Sark #638676

Color information

#638676 (or 0x638676) is unknown color: approx Cutty Sark. HEX triplet: 63, 86 and 76. RGB value is (99,134,118). Sum of RGB (Red+Green+Blue) = 99+134+118=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #638676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638676 is #9C7989. Grayscale: #797979. Windows color (decimal): -10254730 or 7767651. OLE color: 7767651.

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

Color convert

RGB99134118-
CMYK0.2600.120.47
HSL152.57º15.02%45.69%-
HSV(B)152.57º26.12%52.55%-
XYZ16.9421.0120.3-
YUV121.71125.9111.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=28.21%
G=38.18%
B=33.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341180.2600.120.47152.5715.0245.69
Hex6386761A0C2F99f2e
Octal14320616632014572311756
Binary11000111000011011101101101001100101111100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638676; }

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

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

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

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

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

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

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

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