#68873D

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

Shades of Dingley #68873D

Tints of Dingley #68873D

Color information

#68873D (or 0x68873D) is unknown color: approx Dingley. HEX triplet: 68, 87 and 3D. RGB value is (104,135,61). Sum of RGB (Red+Green+Blue) = 104+135+61=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #68873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68873D is #9778C2. Grayscale: #757575. Windows color (decimal): -9926851 or 4032360. OLE color: 4032360.

HSL color Cylindrical-coordinate representation of color #68873D: hue angle of 85.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68873D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB10413561-
CMYK0.2300.550.47
HSL85.14º37.76%38.43%-
HSV(B)85.14º54.81%52.94%-
XYZ15.2220.617.59-
YUV117.2996.23118.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=34.67%
G=45%
B=20.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135610.2300.550.4785.1437.7638.43
Hex68873D170372F552626
Octal1502077527067571254646
Binary1101000100001111111011011101101111011111010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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