#68864E

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

Shades of Dingley #68864E

Tints of Dingley #68864E

Color information

#68864E (or 0x68864E) is unknown color: approx Dingley. HEX triplet: 68, 86 and 4E. RGB value is (104,134,78). Sum of RGB (Red+Green+Blue) = 104+134+78=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #68864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68864E is #9779B1. Grayscale: #767676. Windows color (decimal): -9927090 or 5146216. OLE color: 5146216.

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

Color convert

RGB10413478-
CMYK0.2200.420.47
HSL92.14º26.42%41.57%-
HSV(B)92.14º41.79%52.55%-
XYZ15.6120.5410.35-
YUV118.65105.06117.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=32.91%
G=42.41%
B=24.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134780.2200.420.4792.1426.4241.57
Hex68864E1602A2F5c1a2a
Octal15020611626052571343252
Binary1101000100001101001110101100101010101111101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68864E; }

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

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

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

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

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

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

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

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