#638176

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

Shades of Cutty Sark #638176

Tints of Cutty Sark #638176

Color information

#638176 (or 0x638176) is unknown color: approx Cutty Sark. HEX triplet: 63, 81 and 76. RGB value is (99,129,118). Sum of RGB (Red+Green+Blue) = 99+129+118=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #638176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638176 is #9C7E89. Grayscale: #767676. Windows color (decimal): -10256010 or 7766371. OLE color: 7766371.

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

Color convert

RGB99129118-
CMYK0.2300.090.49
HSL158º13.16%44.71%-
HSV(B)158º23.26%50.59%-
XYZ16.2719.6620.08-
YUV118.78127.56113.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=28.61%
G=37.28%
B=34.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991291180.2300.090.4915813.1644.71
Hex6381761709319ed2d
Octal14320116627011612361555
Binary11000111000000111101101011101001110001100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638176; }

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

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

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

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

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

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

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

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