#69884C

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

Shades of Dingley #69884C

Tints of Dingley #69884C

Color information

#69884C (or 0x69884C) is unknown color: approx Dingley. HEX triplet: 69, 88 and 4C. RGB value is (105,136,76). Sum of RGB (Red+Green+Blue) = 105+136+76=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #69884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69884C is #9677B3. Grayscale: #787878. Windows color (decimal): -9861044 or 5015657. OLE color: 5015657.

HSL color Cylindrical-coordinate representation of color #69884C: hue angle of 91º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69884C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB10513676-
CMYK0.2300.440.47
HSL91º28.3%41.57%-
HSV(B)91º44.12%53.33%-
XYZ15.9321.1310.08-
YUV119.89103.23117.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=33.12%
G=42.90%
B=23.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136760.2300.440.479128.341.57
Hex69884C1702C2F5b1c2a
Octal15121011427054571333452
Binary1101001100010001001100101110101100101111101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69884C; }

 p { color: rgb(105,136,76); }

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

<style>
 a { background-color: #69884C; }

 a { background-color: rgb(105,136,76); }

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

<style>
 span { border-color: #69884C; }

 span { border-color: rgb(105,136,76); }

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