#64744F

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

Shades of Dingley #64744F

Tints of Dingley #64744F

Color information

#64744F (or 0x64744F) is unknown color: approx Dingley. HEX triplet: 64, 74 and 4F. RGB value is (100,116,79). Sum of RGB (Red+Green+Blue) = 100+116+79=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #64744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64744F is #9B8BB0. Grayscale: #6B6B6B. Windows color (decimal): -10193841 or 5207140. OLE color: 5207140.

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

Color convert

RGB10011679-
CMYK0.1400.320.55
HSL85.95º18.97%38.24%-
HSV(B)85.95º31.9%45.49%-
XYZ12.9115.769.76-
YUV107112.2123.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=33.90%
G=39.32%
B=26.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116790.1400.320.5585.9518.9738.24
Hex64744FE02037561326
Octal14416411716040671262346
Binary11001001110100100111111100100000110111101011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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