#638874

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

Shades of Cutty Sark #638874

Tints of Cutty Sark #638874

Color information

#638874 (or 0x638874) is unknown color: approx Cutty Sark. HEX triplet: 63, 88 and 74. RGB value is (99,136,116). Sum of RGB (Red+Green+Blue) = 99+136+116=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #638874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638874 is #9C778B. Grayscale: #7A7A7A. Windows color (decimal): -10254220 or 7637091. OLE color: 7637091.

HSL color Cylindrical-coordinate representation of color #638874: hue angle of 147.57º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638874 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB99136116-
CMYK0.2700.150.47
HSL147.57º15.74%46.08%-
HSV(B)147.57º27.21%53.33%-
XYZ17.121.5219.78-
YUV122.66124.24111.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=28.21%
G=38.75%
B=33.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361160.2700.150.47147.5715.7446.08
Hex6388741B0F2F94102e
Octal14321016433017572242056
Binary110001110001000111010011011011111011111001010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638874; }

 p { color: rgb(99,136,116); }

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

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

 a { background-color: rgb(99,136,116); }

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

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

 span { border-color: rgb(99,136,116); }

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