#638A79

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

Shades of Cutty Sark #638A79

Tints of Cutty Sark #638A79

Color information

#638A79 (or 0x638A79) is unknown color: approx Cutty Sark. HEX triplet: 63, 8A and 79. RGB value is (99,138,121). Sum of RGB (Red+Green+Blue) = 99+138+121=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #638A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A79 is #9C7586. Grayscale: #7C7C7C. Windows color (decimal): -10253703 or 7965283. OLE color: 7965283.

HSL color Cylindrical-coordinate representation of color #638A79: hue angle of 153.85º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A79 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB99138121-
CMYK0.2800.120.46
HSL153.85º16.46%46.47%-
HSV(B)153.85º28.26%54.12%-
XYZ17.6922.2121.44-
YUV124.4126.08109.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=27.65%
G=38.55%
B=33.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991381210.2800.120.46153.8516.4646.47
Hex638A791C0C2E9a102e
Octal14321217134014562322056
Binary110001110001010111100111100011001011101001101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638A79; }

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

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

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

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

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

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

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

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