Html Css Color HEX #6D8350 Dingley

📋 copy color: '#6D8350'

red 109 ◦ green 131 ◦ blue 80

#6D8350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #6D8350

Tints of Dingley #6D8350

RGB

 RED value IS 109 (42.97% from 255) = 34.06%

 GREEN value IS 131 (51.56% from 255) = 40.94%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 34.06%
G = 40.94%
B = 25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#6D8350 (or 0x6D8350) is known color: Dingley. HEX triplet: 6D, 83 and 50. RGB value is (109,131,80). Sum of RGB (Red+Green+Blue) = 109+131+80=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8350 is #927CAF. Grayscale: #767676. Windows color (decimal): -9600176 or 5276525. OLE color: 5276525.

HSL color Cylindrical-coordinate representation of color #6D8350: hue angle of 85.88º 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 #6D8350 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 131 80 -
CMYK 0.17 0 0.39 0.49
HSL 85.88º 0.24% 0.41% -
HSV(B) 85.88º 0.39% 0.51% -
XYZ 15.87 20.06 10.63 -
YUV 118.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 109 131 80 0.17 0 0.39 0.49 85.88 0.24 0.41
Hex 6D 83 50 11 0 27 31 56 18 29
Octal 155 203 120 21 0 47 61 126 30 51
Binary 1101101 10000011 1010000 10001 0 100111 110001 1010110 11000 101001

Color Harmonies of #6D8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8350

Black with #6D8350

Text Example


Text Example

White with #6D8350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D8350;
 }
 .AnyTagClassName
 {
   color: #6D8350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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