#64774A

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

Shades of Dingley #64774A

Tints of Dingley #64774A

Color information

#64774A (or 0x64774A) is unknown color: approx Dingley. HEX triplet: 64, 77 and 4A. RGB value is (100,119,74). Sum of RGB (Red+Green+Blue) = 100+119+74=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #64774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64774A is #9B88B5. Grayscale: #6C6C6C. Windows color (decimal): -10193078 or 4880228. OLE color: 4880228.

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

Color convert

RGB10011974-
CMYK0.1600.380.53
HSL85.33º23.32%37.84%-
HSV(B)85.33º37.82%46.67%-
XYZ13.0916.48.95-
YUV108.19108.71122.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=34.13%
G=40.61%
B=25.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119740.1600.380.5385.3323.3237.84
Hex64774A1002635551726
Octal14416711220046651252746
Binary110010011101111001010100000100110110101101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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