#647650

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

Shades of Dingley #647650

Tints of Dingley #647650

Color information

#647650 (or 0x647650) is unknown color: approx Dingley. HEX triplet: 64, 76 and 50. RGB value is (100,118,80). Sum of RGB (Red+Green+Blue) = 100+118+80=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #647650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647650 is #9B89AF. Grayscale: #6C6C6C. Windows color (decimal): -10193328 or 5273188. OLE color: 5273188.

HSL color Cylindrical-coordinate representation of color #647650: hue angle of 88.42º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647650 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB10011880-
CMYK0.1500.320.54
HSL88.42º19.19%38.82%-
HSV(B)88.42º32.2%46.27%-
XYZ13.1816.2510.03-
YUV108.29112.04122.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=33.56%
G=39.60%
B=26.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100118800.1500.320.5488.4219.1938.82
Hex647650F02036581327
Octal14416612017040661302347
Binary11001001110110101000011110100000110110101100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647650; }

 p { color: rgb(100,118,80); }

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

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

 a { background-color: rgb(100,118,80); }

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

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

 span { border-color: rgb(100,118,80); }

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