#6A884B

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

Shades of Dingley #6A884B

Tints of Dingley #6A884B

Color information

#6A884B (or 0x6A884B) is unknown color: approx Dingley. HEX triplet: 6A, 88 and 4B. RGB value is (106,136,75). Sum of RGB (Red+Green+Blue) = 106+136+75=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #6A884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A884B is #9577B4. Grayscale: #787878. Windows color (decimal): -9795509 or 4950122. OLE color: 4950122.

HSL color Cylindrical-coordinate representation of color #6A884B: hue angle of 89.51º 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 #6A884B is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB10613675-
CMYK0.2200.450.47
HSL89.51º28.91%41.37%-
HSV(B)89.51º44.85%53.33%-
XYZ16.0221.189.9-
YUV120.08102.56117.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=33.44%
G=42.90%
B=23.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136750.2200.450.4789.5128.9141.37
Hex6A884B1602D2F5a1d29
Octal15221011326055571323551
Binary1101010100010001001011101100101101101111101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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