#64834E

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

Shades of Dingley #64834E

Tints of Dingley #64834E

Color information

#64834E (or 0x64834E) is unknown color: approx Dingley. HEX triplet: 64, 83 and 4E. RGB value is (100,131,78). Sum of RGB (Red+Green+Blue) = 100+131+78=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #64834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64834E is #9B7CB1. Grayscale: #737373. Windows color (decimal): -10190002 or 5145444. OLE color: 5145444.

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

Color convert

RGB10013178-
CMYK0.2400.400.49
HSL95.09º25.36%40.98%-
HSV(B)95.09º40.46%51.37%-
XYZ14.7519.4910.19-
YUV115.69106.73116.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=32.36%
G=42.39%
B=25.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131780.2400.400.4995.0925.3640.98
Hex64834E18028315f1929
Octal14420311630050611373151
Binary1100100100000111001110110000101000110001101111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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