#6A884A

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

Shades of Dingley #6A884A

Tints of Dingley #6A884A

Color information

#6A884A (or 0x6A884A) is unknown color: approx Dingley. HEX triplet: 6A, 88 and 4A. RGB value is (106,136,74). Sum of RGB (Red+Green+Blue) = 106+136+74=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #6A884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A884A is #9577B5. Grayscale: #787878. Windows color (decimal): -9795510 or 4884586. OLE color: 4884586.

HSL color Cylindrical-coordinate representation of color #6A884A: hue angle of 89.03º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A884A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB10613674-
CMYK0.2200.460.47
HSL89.03º29.52%41.18%-
HSV(B)89.03º45.59%53.33%-
XYZ15.9821.179.72-
YUV119.96102.06118.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=33.54%
G=43.04%
B=23.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136740.2200.460.4789.0329.5241.18
Hex6A884A1602E2F591e29
Octal15221011226056571313651
Binary1101010100010001001010101100101110101111101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A884A; }

 p { color: rgb(106,136,74); }

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

<style>
 a { background-color: #6A884A; }

 a { background-color: rgb(106,136,74); }

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

<style>
 span { border-color: #6A884A; }

 span { border-color: rgb(106,136,74); }

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