#64784A

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

Shades of Dingley #64784A

Tints of Dingley #64784A

Color information

#64784A (or 0x64784A) is unknown color: approx Dingley. HEX triplet: 64, 78 and 4A. RGB value is (100,120,74). Sum of RGB (Red+Green+Blue) = 100+120+74=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #64784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64784A is #9B87B5. Grayscale: #6C6C6C. Windows color (decimal): -10192822 or 4880484. OLE color: 4880484.

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

Color convert

RGB10012074-
CMYK0.1700.380.53
HSL86.09º23.71%38.04%-
HSV(B)86.09º38.33%47.06%-
XYZ13.2116.648.99-
YUV108.78108.37121.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=34.01%
G=40.82%
B=25.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120740.1700.380.5386.0923.7138.04
Hex64784A1102635561826
Octal14417011221046651263046
Binary110010011110001001010100010100110110101101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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