#687D48

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

Shades of Dingley #687D48

Tints of Dingley #687D48

Color information

#687D48 (or 0x687D48) is unknown color: approx Dingley. HEX triplet: 68, 7D and 48. RGB value is (104,125,72). Sum of RGB (Red+Green+Blue) = 104+125+72=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #687D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D48 is #9782B7. Grayscale: #707070. Windows color (decimal): -9929400 or 4750696. OLE color: 4750696.

HSL color Cylindrical-coordinate representation of color #687D48: hue angle of 83.77º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687D48 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB10412572-
CMYK0.1700.420.51
HSL83.77º26.9%38.63%-
HSV(B)83.77º42.4%49.02%-
XYZ14.2118.088.87-
YUV112.68105.04121.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=34.55%
G=41.53%
B=23.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104125720.1700.420.5183.7726.938.63
Hex687D481102A33541b27
Octal15017511021052631243347
Binary110100011111011001000100010101010110011101010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687D48; }

 p { color: rgb(104,125,72); }

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

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

 a { background-color: rgb(104,125,72); }

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

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

 span { border-color: rgb(104,125,72); }

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