#64774C

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

Shades of Dingley #64774C

Tints of Dingley #64774C

Color information

#64774C (or 0x64774C) is unknown color: approx Dingley. HEX triplet: 64, 77 and 4C. RGB value is (100,119,76). Sum of RGB (Red+Green+Blue) = 100+119+76=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #64774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64774C is #9B88B3. Grayscale: #6C6C6C. Windows color (decimal): -10193076 or 5011300. OLE color: 5011300.

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

Color convert

RGB10011976-
CMYK0.1600.360.53
HSL86.51º22.05%38.24%-
HSV(B)86.51º36.13%46.67%-
XYZ13.1616.429.31-
YUV108.42109.71122-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=33.90%
G=40.34%
B=25.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119760.1600.360.5386.5122.0538.24
Hex64774C1002435571626
Octal14416711420044651272646
Binary110010011101111001100100000100100110101101011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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