#64844A

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

Shades of Dingley #64844A

Tints of Dingley #64844A

Color information

#64844A (or 0x64844A) is unknown color: approx Dingley. HEX triplet: 64, 84 and 4A. RGB value is (100,132,74). Sum of RGB (Red+Green+Blue) = 100+132+74=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #64844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64844A is #9B7BB5. Grayscale: #747474. Windows color (decimal): -10189750 or 4883556. OLE color: 4883556.

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

Color convert

RGB10013274-
CMYK0.2400.440.48
HSL93.1º28.16%40.39%-
HSV(B)93.1º43.94%51.76%-
XYZ14.7419.719.51-
YUV115.82104.4116.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=32.68%
G=43.14%
B=24.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132740.2400.440.4893.128.1640.39
Hex64844A1802C305d1c28
Octal14420411230054601353450
Binary1100100100001001001010110000101100110000101110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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