Html Css Color HEX #6E8545 Dingley

📋 copy color: '#6E8545'

red 110 ◦ green 133 ◦ blue 69

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

Shades of Dingley #6E8545

Tints of Dingley #6E8545

RGB

 RED value IS 110 (43.36% from 255) = 35.26%

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 35.26%
G = 42.63%
B = 22.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#6E8545 (or 0x6E8545) is known color: Dingley. HEX triplet: 6E, 85 and 45. RGB value is (110,133,69). Sum of RGB (Red+Green+Blue) = 110+133+69=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8545 is #917ABA. Grayscale: #777777. Windows color (decimal): -9534139 or 4556142. OLE color: 4556142.

HSL color Cylindrical-coordinate representation of color #6E8545: hue angle of 81.56º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E8545 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 69 -
CMYK 0.17 0 0.48 0.48
HSL 81.56º 0.32% 0.4% -
HSV(B) 81.56º 0.48% 0.52% -
XYZ 15.89 20.52 8.75 -
YUV 118.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 110 133 69 0.17 0 0.48 0.48 81.56 0.32 0.4
Hex 6E 85 45 11 0 30 30 52 20 28
Octal 156 205 105 21 0 60 60 122 40 50
Binary 1101110 10000101 1000101 10001 0 110000 110000 1010010 100000 101000

Color Harmonies of #6E8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8545

Black with #6E8545

Text Example


Text Example

White with #6E8545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,133,69); }

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

background-color css

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

 a { background-color: rgb(110,133,69); }

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

border-color css

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

 span { border-color: rgb(110,133,69); }

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