Html Css Color HEX #7E6D63 Donkey Brown

📋 copy color: '#7E6D63'

red 126 ◦ green 109 ◦ blue 99

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

Shades of Donkey Brown #7E6D63

Tints of Donkey Brown #7E6D63

RGB

 RED value IS 126 (49.61% from 255) = 37.72%

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 37.72%
G = 32.63%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E6D63 (or 0x7E6D63) is known color: Donkey Brown. HEX triplet: 7E, 6D and 63. RGB value is (126,109,99). Sum of RGB (Red+Green+Blue) = 126+109+99=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D63 is #81929C. Grayscale: #717171. Windows color (decimal): -8491677 or 6516094. OLE color: 6516094.

HSL color Cylindrical-coordinate representation of color #7E6D63: hue angle of 22.22º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6D63 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 109 99 -
CMYK 0 0.13 0.21 0.51
HSL 22.22º 0.12% 0.44% -
HSV(B) 22.22º 0.21% 0.49% -
XYZ 16.32 16.27 14.09 -
YUV 112.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 126 109 99 0 0.13 0.21 0.51 22.22 0.12 0.44
Hex 7E 6D 63 0 D 15 33 16 C 2C
Octal 176 155 143 0 15 25 63 26 14 54
Binary 1111110 1101101 1100011 0 1101 10101 110011 10110 1100 101100

Color Harmonies of #7E6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6D63

Black with #7E6D63

Text Example


Text Example

White with #7E6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E6D63; }

 p { color: rgb(126,109,99); }

 H1.HeaderClassName
 {
   color: #7E6D63;
 }
 .AnyTagClassName
 {
   color: #7E6D63;
 }
</style>

background-color css

<style>
 a { background-color: #7E6D63; }

 a { background-color: rgb(126,109,99); }

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

border-color css

<style>
 span { border-color: #7E6D63; }

 span { border-color: rgb(126,109,99); }

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