#64774D

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

Shades of Dingley #64774D

Tints of Dingley #64774D

Color information

#64774D (or 0x64774D) is unknown color: approx Dingley. HEX triplet: 64, 77 and 4D. RGB value is (100,119,77). Sum of RGB (Red+Green+Blue) = 100+119+77=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #64774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64774D is #9B88B2. Grayscale: #6C6C6C. Windows color (decimal): -10193075 or 5076836. OLE color: 5076836.

HSL color Cylindrical-coordinate representation of color #64774D: hue angle of 87.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64774D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB10011977-
CMYK0.1600.350.53
HSL87.14º21.43%38.43%-
HSV(B)87.14º35.29%46.67%-
XYZ13.1916.449.5-
YUV108.53110.21121.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=33.78%
G=40.20%
B=26.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119770.1600.350.5387.1421.4338.43
Hex64774D1002335571526
Octal14416711520043651272546
Binary110010011101111001101100000100011110101101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64774D; }

 p { color: rgb(100,119,77); }

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

<style>
 a { background-color: #64774D; }

 a { background-color: rgb(100,119,77); }

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

<style>
 span { border-color: #64774D; }

 span { border-color: rgb(100,119,77); }

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