#64887A

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

Shades of Cutty Sark #64887A

Tints of Cutty Sark #64887A

Color information

#64887A (or 0x64887A) is unknown color: approx Cutty Sark. HEX triplet: 64, 88 and 7A. RGB value is (100,136,122). Sum of RGB (Red+Green+Blue) = 100+136+122=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #64887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887A is #9B7785. Grayscale: #7B7B7B. Windows color (decimal): -10188678 or 8030308. OLE color: 8030308.

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

Color convert

RGB100136122-
CMYK0.2600.100.47
HSL156.67º15.25%46.27%-
HSV(B)156.67º26.47%53.33%-
XYZ17.5721.7221.68-
YUV123.64127.07111.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=27.93%
G=37.99%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361220.2600.100.47156.6715.2546.27
Hex64887A1A0A2F9df2e
Octal14421017232012572351756
Binary11001001000100011110101101001010101111100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64887A; }

 p { color: rgb(100,136,122); }

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

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

 a { background-color: rgb(100,136,122); }

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

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

 span { border-color: rgb(100,136,122); }

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