#68813e

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

Shades of Dingley #68813E

Tints of Dingley #68813E

Color information

#68813E (or 0x68813E) is unknown color: approx Dingley. HEX triplet: 68, 81 and 3E. RGB value is (104,129,62). Sum of RGB (Red+Green+Blue) = 104+129+62=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #68813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68813E is #977EC1. Grayscale: #727272. Windows color (decimal): -9928386 or 4096360. OLE color: 4096360.

HSL color Cylindrical-coordinate representation of color #68813E: hue angle of 82.39º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68813E is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB10412962-
CMYK0.1900.520.49
HSL82.39º35.08%37.45%-
HSV(B)82.39º51.94%50.59%-
XYZ14.4318.997.46-
YUV113.8998.72120.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=35.25%
G=43.73%
B=21.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129620.1900.520.4982.3935.0837.45
Hex68813E1303431522325
Octal1502017623064611224345
Binary1101000100000011111101001101101001100011010010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68813e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68813e; }

 p { color: rgb(104,129,62); }

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

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

 a { background-color: rgb(104,129,62); }

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

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

 span { border-color: rgb(104,129,62); }

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