#6A8350

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

Shades of Dingley #6A8350

Tints of Dingley #6A8350

Color information

#6A8350 (or 0x6A8350) is unknown color: approx Dingley. HEX triplet: 6A, 83 and 50. RGB value is (106,131,80). Sum of RGB (Red+Green+Blue) = 106+131+80=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8350 is #957CAF. Grayscale: #757575. Windows color (decimal): -9796784 or 5276522. OLE color: 5276522.

HSL color Cylindrical-coordinate representation of color #6A8350: hue angle of 89.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A8350 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB10613180-
CMYK0.1900.390.49
HSL89.41º24.17%41.37%-
HSV(B)89.41º38.93%51.37%-
XYZ15.5119.8810.61-
YUV117.71106.72119.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=33.44%
G=41.32%
B=25.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106131800.1900.390.4989.4124.1741.37
Hex6A83501302731591829
Octal15220312023047611313051
Binary1101010100000111010000100110100111110001101100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,131,80); }

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

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

 a { background-color: rgb(106,131,80); }

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

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

 span { border-color: rgb(106,131,80); }

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