#64726D

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

Shades of Cutty Sark #64726D

Tints of Cutty Sark #64726D

Color information

#64726D (or 0x64726D) is unknown color: approx Cutty Sark. HEX triplet: 64, 72 and 6D. RGB value is (100,114,109). Sum of RGB (Red+Green+Blue) = 100+114+109=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #64726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726D is #9B8D92. Grayscale: #6D6D6D. Windows color (decimal): -10194323 or 7172708. OLE color: 7172708.

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

Color convert

RGB100114109-
CMYK0.1200.040.55
HSL158.57º6.54%41.96%-
HSV(B)158.57º12.28%44.71%-
XYZ14.0315.8516.79-
YUV109.24127.86121.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=30.96%
G=35.29%
B=33.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001141090.1200.040.55158.576.5441.96
Hex64726DC04379f72a
Octal144162155140467237752
Binary1100100111001011011011100010011011110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64726D; }

 p { color: rgb(100,114,109); }

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

<style>
 a { background-color: #64726D; }

 a { background-color: rgb(100,114,109); }

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

<style>
 span { border-color: #64726D; }

 span { border-color: rgb(100,114,109); }

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