#638475

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

Shades of Cutty Sark #638475

Tints of Cutty Sark #638475

Color information

#638475 (or 0x638475) is unknown color: approx Cutty Sark. HEX triplet: 63, 84 and 75. RGB value is (99,132,117). Sum of RGB (Red+Green+Blue) = 99+132+117=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #638475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638475 is #9C7B8A. Grayscale: #787878. Windows color (decimal): -10255243 or 7701603. OLE color: 7701603.

HSL color Cylindrical-coordinate representation of color #638475: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638475 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB99132117-
CMYK0.2500.110.48
HSL152.73º14.29%45.29%-
HSV(B)152.73º25%51.76%-
XYZ16.6120.4419.9-
YUV120.42126.07112.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=28.45%
G=37.93%
B=33.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321170.2500.110.48152.7314.2945.29
Hex638475190B3099e2d
Octal14320416531013602311655
Binary11000111000010011101011100101011110000100110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638475; }

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

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

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

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

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

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

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

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