#638375

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

Shades of Cutty Sark #638375

Tints of Cutty Sark #638375

Color information

#638375 (or 0x638375) is unknown color: approx Cutty Sark. HEX triplet: 63, 83 and 75. RGB value is (99,131,117). Sum of RGB (Red+Green+Blue) = 99+131+117=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #638375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638375 is #9C7C8A. Grayscale: #777777. Windows color (decimal): -10255499 or 7701347. OLE color: 7701347.

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

Color convert

RGB99131117-
CMYK0.2400.110.49
HSL153.75º13.91%45.1%-
HSV(B)153.75º24.43%51.37%-
XYZ16.4720.1719.85-
YUV119.84126.4113.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=28.53%
G=37.75%
B=33.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991311170.2400.110.49153.7513.9145.1
Hex638375180B319ae2d
Octal14320316530013612321655
Binary11000111000001111101011100001011110001100110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638375; }

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

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

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

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

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

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

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

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