#638B75

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

Shades of Cutty Sark #638B75

Tints of Cutty Sark #638B75

Color information

#638B75 (or 0x638B75) is unknown color: approx Cutty Sark. HEX triplet: 63, 8B and 75. RGB value is (99,139,117). Sum of RGB (Red+Green+Blue) = 99+139+117=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #638B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B75 is #9C748A. Grayscale: #7C7C7C. Windows color (decimal): -10253451 or 7703395. OLE color: 7703395.

HSL color Cylindrical-coordinate representation of color #638B75: hue angle of 147º 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 #638B75 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB99139117-
CMYK0.2900.160.45
HSL147º16.81%46.67%-
HSV(B)147º28.78%54.51%-
XYZ17.5922.420.23-
YUV124.53123.75109.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=27.89%
G=39.15%
B=32.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391170.2900.160.4514716.8146.67
Hex638B751D0102D93112f
Octal14321316535020552232157
Binary1100011100010111110101111010100001011011001001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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