#64784D

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

Shades of Dingley #64784D

Tints of Dingley #64784D

Color information

#64784D (or 0x64784D) is unknown color: approx Dingley. HEX triplet: 64, 78 and 4D. RGB value is (100,120,77). Sum of RGB (Red+Green+Blue) = 100+120+77=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #64784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64784D is #9B87B2. Grayscale: #6D6D6D. Windows color (decimal): -10192819 or 5077092. OLE color: 5077092.

HSL color Cylindrical-coordinate representation of color #64784D: hue angle of 87.91º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64784D is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB10012077-
CMYK0.1700.360.53
HSL87.91º21.83%38.63%-
HSV(B)87.91º35.83%47.06%-
XYZ13.3116.689.54-
YUV109.12109.87121.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=33.67%
G=40.40%
B=25.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120770.1700.360.5387.9121.8338.63
Hex64784D1102435581627
Octal14417011521044651302647
Binary110010011110001001101100010100100110101101100010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,120,77); }

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

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

 a { background-color: rgb(100,120,77); }

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

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

 span { border-color: rgb(100,120,77); }

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