#638A76

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

Shades of Cutty Sark #638A76

Tints of Cutty Sark #638A76

Color information

#638A76 (or 0x638A76) is unknown color: approx Cutty Sark. HEX triplet: 63, 8A and 76. RGB value is (99,138,118). Sum of RGB (Red+Green+Blue) = 99+138+118=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #638A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A76 is #9C7589. Grayscale: #7C7C7C. Windows color (decimal): -10253706 or 7768675. OLE color: 7768675.

HSL color Cylindrical-coordinate representation of color #638A76: hue angle of 149.23º 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 #638A76 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB99138118-
CMYK0.2800.140.46
HSL149.23º16.46%46.47%-
HSV(B)149.23º28.26%54.12%-
XYZ17.522.1420.49-
YUV124.06124.58110.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=27.89%
G=38.87%
B=33.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991381180.2800.140.46149.2316.4646.47
Hex638A761C0E2E95102e
Octal14321216634016562252056
Binary110001110001010111011011100011101011101001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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