#64764E

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

Shades of Dingley #64764E

Tints of Dingley #64764E

Color information

#64764E (or 0x64764E) is unknown color: approx Dingley. HEX triplet: 64, 76 and 4E. RGB value is (100,118,78). Sum of RGB (Red+Green+Blue) = 100+118+78=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #64764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64764E is #9B89B1. Grayscale: #6C6C6C. Windows color (decimal): -10193330 or 5142116. OLE color: 5142116.

HSL color Cylindrical-coordinate representation of color #64764E: hue angle of 87º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64764E is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB10011878-
CMYK0.1500.340.54
HSL87º20.41%38.43%-
HSV(B)87º33.9%46.27%-
XYZ13.1116.229.65-
YUV108.06111.04122.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=33.78%
G=39.86%
B=26.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100118780.1500.340.548720.4138.43
Hex64764EF02236571426
Octal14416611617042661272446
Binary11001001110110100111011110100010110110101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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