#64784E

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

Shades of Dingley #64784E

Tints of Dingley #64784E

Color information

#64784E (or 0x64784E) is unknown color: approx Dingley. HEX triplet: 64, 78 and 4E. RGB value is (100,120,78). Sum of RGB (Red+Green+Blue) = 100+120+78=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #64784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64784E is #9B87B1. Grayscale: #6D6D6D. Windows color (decimal): -10192818 or 5142628. OLE color: 5142628.

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

Color convert

RGB10012078-
CMYK0.1700.350.53
HSL88.57º21.21%38.82%-
HSV(B)88.57º35%47.06%-
XYZ13.3516.699.73-
YUV109.23110.37121.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=33.56%
G=40.27%
B=26.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120780.1700.350.5388.5721.2138.82
Hex64784E1102335591527
Octal14417011621043651312547
Binary110010011110001001110100010100011110101101100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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