#64847C

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

Shades of Cutty Sark #64847C

Tints of Cutty Sark #64847C

Color information

#64847C (or 0x64847C) is unknown color: approx Cutty Sark. HEX triplet: 64, 84 and 7C. RGB value is (100,132,124). Sum of RGB (Red+Green+Blue) = 100+132+124=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #64847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847C is #9B7B83. Grayscale: #797979. Windows color (decimal): -10189700 or 8160356. OLE color: 8160356.

HSL color Cylindrical-coordinate representation of color #64847C: hue angle of 165º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64847C is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB100132124-
CMYK0.2400.060.48
HSL165º13.79%45.49%-
HSV(B)165º24.24%51.76%-
XYZ17.1420.6722.15-
YUV121.52129.4112.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=28.09%
G=37.08%
B=34.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321240.2400.060.4816513.7945.49
Hex64847C180630a5e2d
Octal1442041743006602451655
Binary1100100100001001111100110000110110000101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64847C; }

 p { color: rgb(100,132,124); }

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

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

 a { background-color: rgb(100,132,124); }

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

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

 span { border-color: rgb(100,132,124); }

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