#64814E

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

Shades of Dingley #64814E

Tints of Dingley #64814E

Color information

#64814E (or 0x64814E) is unknown color: approx Dingley. HEX triplet: 64, 81 and 4E. RGB value is (100,129,78). Sum of RGB (Red+Green+Blue) = 100+129+78=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #64814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64814E is #9B7EB1. Grayscale: #727272. Windows color (decimal): -10190514 or 5144932. OLE color: 5144932.

HSL color Cylindrical-coordinate representation of color #64814E: hue angle of 94.12º 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 #64814E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB10012978-
CMYK0.2200.400.49
HSL94.12º24.64%40.59%-
HSV(B)94.12º39.53%50.59%-
XYZ14.4818.9610.1-
YUV114.51107.39117.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=32.57%
G=42.02%
B=25.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129780.2200.400.4994.1224.6440.59
Hex64814E16028315e1929
Octal14420111626050611363151
Binary1100100100000011001110101100101000110001101111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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