#638679

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

Shades of Cutty Sark #638679

Tints of Cutty Sark #638679

Color information

#638679 (or 0x638679) is unknown color: approx Cutty Sark. HEX triplet: 63, 86 and 79. RGB value is (99,134,121). Sum of RGB (Red+Green+Blue) = 99+134+121=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #638679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638679 is #9C7986. Grayscale: #7A7A7A. Windows color (decimal): -10254727 or 7964259. OLE color: 7964259.

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

Color convert

RGB99134121-
CMYK0.2600.100.47
HSL157.71º15.02%45.69%-
HSV(B)157.71º26.12%52.55%-
XYZ17.1221.0821.26-
YUV122.05127.4111.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=27.97%
G=37.85%
B=34.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341210.2600.100.47157.7115.0245.69
Hex6386791A0A2F9ef2e
Octal14320617132012572361756
Binary11000111000011011110011101001010101111100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638679; }

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

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

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

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

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

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

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

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