#64834D

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

Shades of Dingley #64834D

Tints of Dingley #64834D

Color information

#64834D (or 0x64834D) is unknown color: approx Dingley. HEX triplet: 64, 83 and 4D. RGB value is (100,131,77). Sum of RGB (Red+Green+Blue) = 100+131+77=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #64834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64834D is #9B7CB2. Grayscale: #737373. Windows color (decimal): -10190003 or 5079908. OLE color: 5079908.

HSL color Cylindrical-coordinate representation of color #64834D: hue angle of 94.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64834D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB10013177-
CMYK0.2400.410.49
HSL94.44º25.96%40.78%-
HSV(B)94.44º41.22%51.37%-
XYZ14.7119.4810.01-
YUV115.58106.23116.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 77 (30.47% from 255) = 25%
R=32.47%
G=42.53%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131770.2400.410.4994.4425.9640.78
Hex64834D18029315e1a29
Octal14420311530051611363251
Binary1100100100000111001101110000101001110001101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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