#638277

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

Shades of Cutty Sark #638277

Tints of Cutty Sark #638277

Color information

#638277 (or 0x638277) is unknown color: approx Cutty Sark. HEX triplet: 63, 82 and 77. RGB value is (99,130,119). Sum of RGB (Red+Green+Blue) = 99+130+119=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #638277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638277 is #9C7D88. Grayscale: #777777. Windows color (decimal): -10255753 or 7832163. OLE color: 7832163.

HSL color Cylindrical-coordinate representation of color #638277: hue angle of 158.71º 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 #638277 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB99130119-
CMYK0.2400.080.49
HSL158.71º13.54%44.9%-
HSV(B)158.71º23.85%50.98%-
XYZ16.4619.9520.44-
YUV119.48127.73113.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=28.45%
G=37.36%
B=34.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301190.2400.080.49158.7113.5444.9
Hex6382771808319fe2d
Octal14320216730010612371655
Binary11000111000001011101111100001000110001100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638277; }

 p { color: rgb(99,130,119); }

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

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

 a { background-color: rgb(99,130,119); }

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

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

 span { border-color: rgb(99,130,119); }

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