Html Css Color HEX #6D7D41 Dingley

📋 copy color: '#6D7D41'

red 109 ◦ green 125 ◦ blue 65

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

Shades of Dingley #6D7D41

Tints of Dingley #6D7D41

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.81%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 36.45%
G = 41.81%
B = 21.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#6D7D41 (or 0x6D7D41) is known color: Dingley. HEX triplet: 6D, 7D and 41. RGB value is (109,125,65). Sum of RGB (Red+Green+Blue) = 109+125+65=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #6D7D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7D41 is #9282BE. Grayscale: #717171. Windows color (decimal): -9601727 or 4291949. OLE color: 4291949.

HSL color Cylindrical-coordinate representation of color #6D7D41: hue angle of 76º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D7D41 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 125 65 -
CMYK 0.13 0 0.48 0.51
HSL 76º 0.32% 0.37% -
HSV(B) 76º 0.48% 0.49% -
XYZ 14.59 18.3 7.76 -
YUV 113.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 109 125 65 0.13 0 0.48 0.51 76 0.32 0.37
Hex 6D 7D 41 D 0 30 33 4C 20 25
Octal 155 175 101 15 0 60 63 114 40 45
Binary 1101101 1111101 1000001 1101 0 110000 110011 1001100 100000 100101

Color Harmonies of #6D7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7D41

Black with #6D7D41

Text Example


Text Example

White with #6D7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,65); }

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

background-color css

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

 a { background-color: rgb(109,125,65); }

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

border-color css

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

 span { border-color: rgb(109,125,65); }

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