#688649

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

Shades of Dingley #688649

Tints of Dingley #688649

Color information

#688649 (or 0x688649) is unknown color: approx Dingley. HEX triplet: 68, 86 and 49. RGB value is (104,134,73). Sum of RGB (Red+Green+Blue) = 104+134+73=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #688649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688649 is #9779B6. Grayscale: #767676. Windows color (decimal): -9927095 or 4818536. OLE color: 4818536.

HSL color Cylindrical-coordinate representation of color #688649: hue angle of 89.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688649 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB10413473-
CMYK0.2200.460.47
HSL89.51º29.47%40.59%-
HSV(B)89.51º45.52%52.55%-
XYZ15.4420.479.44-
YUV118.08102.56117.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=33.44%
G=43.09%
B=23.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134730.2200.460.4789.5129.4740.59
Hex6886491602E2F5a1d29
Octal15020611126056571323551
Binary1101000100001101001001101100101110101111101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688649; }

 p { color: rgb(104,134,73); }

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

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

 a { background-color: rgb(104,134,73); }

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

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

 span { border-color: rgb(104,134,73); }

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