#638B76

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

Shades of Cutty Sark #638B76

Tints of Cutty Sark #638B76

Color information

#638B76 (or 0x638B76) is unknown color: approx Cutty Sark. HEX triplet: 63, 8B and 76. RGB value is (99,139,118). Sum of RGB (Red+Green+Blue) = 99+139+118=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #638B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B76 is #9C7489. Grayscale: #7C7C7C. Windows color (decimal): -10253450 or 7768931. OLE color: 7768931.

HSL color Cylindrical-coordinate representation of color #638B76: hue angle of 148.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B76 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB99139118-
CMYK0.2900.150.45
HSL148.5º16.81%46.67%-
HSV(B)148.5º28.78%54.51%-
XYZ17.6522.4320.54-
YUV124.65124.25109.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=27.81%
G=39.04%
B=33.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391180.2900.150.45148.516.8146.67
Hex638B761D0F2D94112f
Octal14321316635017552242157
Binary110001110001011111011011101011111011011001010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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