#64746E

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

Shades of Cutty Sark #64746E

Tints of Cutty Sark #64746E

Color information

#64746E (or 0x64746E) is unknown color: approx Cutty Sark. HEX triplet: 64, 74 and 6E. RGB value is (100,116,110). Sum of RGB (Red+Green+Blue) = 100+116+110=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #64746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746E is #9B8B91. Grayscale: #6E6E6E. Windows color (decimal): -10193810 or 7238756. OLE color: 7238756.

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

Color convert

RGB100116110-
CMYK0.1400.050.55
HSL157.5º7.41%42.35%-
HSV(B)157.5º13.79%45.49%-
XYZ14.3216.3317.15-
YUV110.53127.7120.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=30.67%
G=35.58%
B=33.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001161100.1400.050.55157.57.4142.35
Hex64746EE05379e72a
Octal144164156160567236752
Binary1100100111010011011101110010111011110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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