#647D4C

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

Shades of Dingley #647D4C

Tints of Dingley #647D4C

Color information

#647D4C (or 0x647D4C) is unknown color: approx Dingley. HEX triplet: 64, 7D and 4C. RGB value is (100,125,76). Sum of RGB (Red+Green+Blue) = 100+125+76=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #647D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D4C is #9B82B3. Grayscale: #707070. Windows color (decimal): -10191540 or 5012836. OLE color: 5012836.

HSL color Cylindrical-coordinate representation of color #647D4C: hue angle of 90.61º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #647D4C is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB10012576-
CMYK0.200.390.51
HSL90.61º24.38%39.41%-
HSV(B)90.61º39.2%49.02%-
XYZ13.8917.99.56-
YUV111.94107.72119.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=33.22%
G=41.53%
B=25.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100125760.200.390.5190.6124.3839.41
Hex647D4C14027335b1827
Octal14417511424047631333047
Binary110010011111011001100101000100111110011101101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647D4C; }

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

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

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

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

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

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

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

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