#64744A

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

Shades of Dingley #64744A

Tints of Dingley #64744A

Color information

#64744A (or 0x64744A) is unknown color: approx Dingley. HEX triplet: 64, 74 and 4A. RGB value is (100,116,74). Sum of RGB (Red+Green+Blue) = 100+116+74=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #64744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64744A is #9B8BB5. Grayscale: #6A6A6A. Windows color (decimal): -10193846 or 4879460. OLE color: 4879460.

HSL color Cylindrical-coordinate representation of color #64744A: hue angle of 82.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64744A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB10011674-
CMYK0.1400.360.55
HSL82.86º22.11%37.25%-
HSV(B)82.86º36.21%45.49%-
XYZ12.7415.698.84-
YUV106.43109.7123.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=34.48%
G=40%
B=25.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116740.1400.360.5582.8622.1137.25
Hex64744AE02437531625
Octal14416411216044671232645
Binary11001001110100100101011100100100110111101001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64744A; }

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

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

<style>
 a { background-color: #64744A; }

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

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

<style>
 span { border-color: #64744A; }

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

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