#68823D

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

Shades of Dingley #68823D

Tints of Dingley #68823D

Color information

#68823D (or 0x68823D) is unknown color: approx Dingley. HEX triplet: 68, 82 and 3D. RGB value is (104,130,61). Sum of RGB (Red+Green+Blue) = 104+130+61=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #68823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68823D is #977DC2. Grayscale: #727272. Windows color (decimal): -9928131 or 4031080. OLE color: 4031080.

HSL color Cylindrical-coordinate representation of color #68823D: hue angle of 82.61º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68823D is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB10413061-
CMYK0.200.530.49
HSL82.61º36.13%37.45%-
HSV(B)82.61º53.08%50.98%-
XYZ14.5319.257.36-
YUV114.3697.89120.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=35.25%
G=44.07%
B=20.68%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130610.200.530.4982.6136.1337.45
Hex68823D1403531532425
Octal1502027524065611234445
Binary1101000100000101111011010001101011100011010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68823D; }

 p { color: rgb(104,130,61); }

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

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

 a { background-color: rgb(104,130,61); }

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

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

 span { border-color: rgb(104,130,61); }

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