#677D4D

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

Shades of Dingley #677D4D

Tints of Dingley #677D4D

Color information

#677D4D (or 0x677D4D) is unknown color: approx Dingley. HEX triplet: 67, 7D and 4D. RGB value is (103,125,77). Sum of RGB (Red+Green+Blue) = 103+125+77=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #677D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D4D is #9882B2. Grayscale: #717171. Windows color (decimal): -9994931 or 5078375. OLE color: 5078375.

HSL color Cylindrical-coordinate representation of color #677D4D: hue angle of 87.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #677D4D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB10312577-
CMYK0.1800.380.51
HSL87.5º23.76%39.61%-
HSV(B)87.5º38.4%49.02%-
XYZ14.2718.099.76-
YUV112.95107.71120.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.77%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=33.77%
G=40.98%
B=25.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103125770.1800.380.5187.523.7639.61
Hex677D4D1202633581828
Octal14717511522046631303050
Binary110011111111011001101100100100110110011101100011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677D4D; }

 p { color: rgb(103,125,77); }

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

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

 a { background-color: rgb(103,125,77); }

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

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

 span { border-color: rgb(103,125,77); }

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