#68884B

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

Shades of Dingley #68884B

Tints of Dingley #68884B

Color information

#68884B (or 0x68884B) is unknown color: approx Dingley. HEX triplet: 68, 88 and 4B. RGB value is (104,136,75). Sum of RGB (Red+Green+Blue) = 104+136+75=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #68884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68884B is #9777B4. Grayscale: #777777. Windows color (decimal): -9926581 or 4950120. OLE color: 4950120.

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

Color convert

RGB10413675-
CMYK0.2400.450.47
HSL91.48º28.91%41.37%-
HSV(B)91.48º44.85%53.33%-
XYZ15.7821.069.89-
YUV119.48102.9116.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=33.02%
G=43.17%
B=23.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136750.2400.450.4791.4828.9141.37
Hex68884B1802D2F5b1d29
Octal15021011330055571333551
Binary1101000100010001001011110000101101101111101101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68884B; }

 p { color: rgb(104,136,75); }

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

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

 a { background-color: rgb(104,136,75); }

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

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

 span { border-color: rgb(104,136,75); }

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