#638674

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

Shades of Cutty Sark #638674

Tints of Cutty Sark #638674

Color information

#638674 (or 0x638674) is unknown color: approx Cutty Sark. HEX triplet: 63, 86 and 74. RGB value is (99,134,116). Sum of RGB (Red+Green+Blue) = 99+134+116=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #638674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638674 is #9C798B. Grayscale: #797979. Windows color (decimal): -10254732 or 7636579. OLE color: 7636579.

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

Color convert

RGB99134116-
CMYK0.2600.130.47
HSL149.14º15.02%45.69%-
HSV(B)149.14º26.12%52.55%-
XYZ16.8220.9619.68-
YUV121.48124.9111.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=28.37%
G=38.40%
B=33.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341160.2600.130.47149.1415.0245.69
Hex6386741A0D2F95f2e
Octal14320616432015572251756
Binary11000111000011011101001101001101101111100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638674; }

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

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

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

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

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

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

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

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