Html Css Color HEX #6B7D41 Dingley

📋 copy color: '#6B7D41'

red 107 ◦ green 125 ◦ blue 65

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

Shades of Dingley #6B7D41

Tints of Dingley #6B7D41

RGB

 RED value IS 107 (42.19% from 255) = 36.03%

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

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

R = 36.03%
G = 42.09%
B = 21.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#6B7D41 (or 0x6B7D41) is known color: Dingley. HEX triplet: 6B, 7D and 41. RGB value is (107,125,65). Sum of RGB (Red+Green+Blue) = 107+125+65=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D41 is #9482BE. Grayscale: #717171. Windows color (decimal): -9732799 or 4291947. OLE color: 4291947.

HSL color Cylindrical-coordinate representation of color #6B7D41: hue angle of 78º 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 #6B7D41 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 125 65 -
CMYK 0.14 0 0.48 0.51
HSL 78º 0.32% 0.37% -
HSV(B) 78º 0.48% 0.49% -
XYZ 14.35 18.17 7.75 -
YUV 112.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 107 125 65 0.14 0 0.48 0.51 78 0.32 0.37
Hex 6B 7D 41 E 0 30 33 4E 20 25
Octal 153 175 101 16 0 60 63 116 40 45
Binary 1101011 1111101 1000001 1110 0 110000 110011 1001110 100000 100101

Color Harmonies of #6B7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D41

Black with #6B7D41

Text Example


Text Example

White with #6B7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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