#69794D

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

Shades of Dingley #69794D

Tints of Dingley #69794D

Color information

#69794D (or 0x69794D) is unknown color: approx Dingley. HEX triplet: 69, 79 and 4D. RGB value is (105,121,77). Sum of RGB (Red+Green+Blue) = 105+121+77=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #69794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69794D is #9686B2. Grayscale: #6F6F6F. Windows color (decimal): -9864883 or 5077353. OLE color: 5077353.

HSL color Cylindrical-coordinate representation of color #69794D: hue angle of 81.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69794D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB10512177-
CMYK0.1300.360.53
HSL81.82º22.22%38.82%-
HSV(B)81.82º36.36%47.45%-
XYZ1417.219.61-
YUV111.2108.7123.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=34.65%
G=39.93%
B=25.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105121770.1300.360.5381.8222.2238.82
Hex69794DD02435521627
Octal15117111515044651222647
Binary11010011111001100110111010100100110101101001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,121,77); }

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

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

 a { background-color: rgb(105,121,77); }

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

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

 span { border-color: rgb(105,121,77); }

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