#64766F

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

Shades of Cutty Sark #64766F

Tints of Cutty Sark #64766F

Color information

#64766F (or 0x64766F) is unknown color: approx Cutty Sark. HEX triplet: 64, 76 and 6F. RGB value is (100,118,111). Sum of RGB (Red+Green+Blue) = 100+118+111=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #64766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64766F is #9B8990. Grayscale: #6F6F6F. Windows color (decimal): -10193297 or 7304804. OLE color: 7304804.

HSL color Cylindrical-coordinate representation of color #64766F: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64766F is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB100118111-
CMYK0.1500.060.54
HSL156.67º8.26%42.75%-
HSV(B)156.67º15.25%46.27%-
XYZ14.616.8117.51-
YUV111.82127.54119.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=30.40%
G=35.87%
B=33.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001181110.1500.060.54156.678.2642.75
Hex64766FF06369d82b
Octal1441661571706662351053
Binary11001001110110110111111110110110110100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64766F; }

 p { color: rgb(100,118,111); }

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

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

 a { background-color: rgb(100,118,111); }

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

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

 span { border-color: rgb(100,118,111); }

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