#64844C

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

Shades of Dingley #64844C

Tints of Dingley #64844C

Color information

#64844C (or 0x64844C) is unknown color: approx Dingley. HEX triplet: 64, 84 and 4C. RGB value is (100,132,76). Sum of RGB (Red+Green+Blue) = 100+132+76=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #64844C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64844C is #9B7BB3. Grayscale: #747474. Windows color (decimal): -10189748 or 5014628. OLE color: 5014628.

HSL color Cylindrical-coordinate representation of color #64844C: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64844C is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB10013276-
CMYK0.2400.420.48
HSL94.29º26.92%40.78%-
HSV(B)94.29º42.42%51.76%-
XYZ14.8119.739.87-
YUV116.05105.4116.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=32.47%
G=42.86%
B=24.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132760.2400.420.4894.2926.9240.78
Hex64844C1802A305e1b29
Octal14420411430052601363351
Binary1100100100001001001100110000101010110000101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64844C; }

 p { color: rgb(100,132,76); }

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

<style>
 a { background-color: #64844C; }

 a { background-color: rgb(100,132,76); }

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

<style>
 span { border-color: #64844C; }

 span { border-color: rgb(100,132,76); }

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