#647745

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

Shades of Dingley #647745

Tints of Dingley #647745

Color information

#647745 (or 0x647745) is unknown color: approx Dingley. HEX triplet: 64, 77 and 45. RGB value is (100,119,69). Sum of RGB (Red+Green+Blue) = 100+119+69=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #647745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647745 is #9B88BA. Grayscale: #6B6B6B. Windows color (decimal): -10193083 or 4552548. OLE color: 4552548.

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

Color convert

RGB10011969-
CMYK0.1600.420.53
HSL82.8º26.6%36.86%-
HSV(B)82.8º42.02%46.67%-
XYZ12.9316.338.1-
YUV107.62106.21122.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=34.72%
G=41.32%
B=23.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119690.1600.420.5382.826.636.86
Hex6477451002A35531b25
Octal14416710520052651233345
Binary110010011101111000101100000101010110101101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647745; }

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

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

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

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

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

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

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

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