#64736E

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

Shades of Cutty Sark #64736E

Tints of Cutty Sark #64736E

Color information

#64736E (or 0x64736E) is unknown color: approx Cutty Sark. HEX triplet: 64, 73 and 6E. RGB value is (100,115,110). Sum of RGB (Red+Green+Blue) = 100+115+110=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #64736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736E is #9B8C91. Grayscale: #6D6D6D. Windows color (decimal): -10194066 or 7238500. OLE color: 7238500.

HSL color Cylindrical-coordinate representation of color #64736E: hue angle of 160º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #64736E is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB100115110-
CMYK0.1300.040.55
HSL160º6.98%42.16%-
HSV(B)160º13.04%45.1%-
XYZ14.216.117.11-
YUV109.94128.03120.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=30.77%
G=35.38%
B=33.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001151100.1300.040.551606.9842.16
Hex64736ED0437a072a
Octal144163156150467240752
Binary1100100111001111011101101010011011110100000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64736E; }

 p { color: rgb(100,115,110); }

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

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

 a { background-color: rgb(100,115,110); }

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

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

 span { border-color: rgb(100,115,110); }

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