#64824E

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

Shades of Dingley #64824E

Tints of Dingley #64824E

Color information

#64824E (or 0x64824E) is unknown color: approx Dingley. HEX triplet: 64, 82 and 4E. RGB value is (100,130,78). Sum of RGB (Red+Green+Blue) = 100+130+78=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #64824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64824E is #9B7DB1. Grayscale: #737373. Windows color (decimal): -10190258 or 5145188. OLE color: 5145188.

HSL color Cylindrical-coordinate representation of color #64824E: hue angle of 94.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64824E is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB10013078-
CMYK0.2300.400.49
HSL94.62º25%40.78%-
HSV(B)94.62º40%50.98%-
XYZ14.6119.2210.15-
YUV115.1107.06117.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=32.47%
G=42.21%
B=25.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130780.2300.400.4994.622540.78
Hex64824E17028315f1929
Octal14420211627050611373151
Binary1100100100000101001110101110101000110001101111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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