Html Css Color HEX #6D7F45 Dingley

📋 copy color: '#6D7F45'

red 109 ◦ green 127 ◦ blue 69

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

Shades of Dingley #6D7F45

Tints of Dingley #6D7F45

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

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

R = 35.74%
G = 41.64%
B = 22.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#6D7F45 (or 0x6D7F45) is known color: Dingley. HEX triplet: 6D, 7F and 45. RGB value is (109,127,69). Sum of RGB (Red+Green+Blue) = 109+127+69=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7F45 is #9280BA. Grayscale: #737373. Windows color (decimal): -9601211 or 4554605. OLE color: 4554605.

HSL color Cylindrical-coordinate representation of color #6D7F45: hue angle of 78.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D7F45 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 127 69 -
CMYK 0.14 0 0.46 0.50
HSL 78.62º 0.3% 0.38% -
HSV(B) 78.62º 0.46% 0.5% -
XYZ 14.97 18.86 8.48 -
YUV 115.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 109 127 69 0.14 0 0.46 0.50 78.62 0.3 0.38
Hex 6D 7F 45 E 0 2E 32 4F 1E 26
Octal 155 177 105 16 0 56 62 117 36 46
Binary 1101101 1111111 1000101 1110 0 101110 110010 1001111 11110 100110

Color Harmonies of #6D7F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7F45

Black with #6D7F45

Text Example


Text Example

White with #6D7F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,127,69); }

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

background-color css

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

 a { background-color: rgb(109,127,69); }

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

border-color css

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

 span { border-color: rgb(109,127,69); }

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