Html Css Color HEX #7E6C58 Donkey Brown

📋 copy color: '#7E6C58'

red 126 ◦ green 108 ◦ blue 88

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

Shades of Donkey Brown #7E6C58

Tints of Donkey Brown #7E6C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 88 (34.77% from 255) = 27.33%

R = 39.13%
G = 33.54%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7E6C58 (or 0x7E6C58) is known color: Donkey Brown. HEX triplet: 7E, 6C and 58. RGB value is (126,108,88). Sum of RGB (Red+Green+Blue) = 126+108+88=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6C58 is #8193A7. Grayscale: #6F6F6F. Windows color (decimal): -8491944 or 5794942. OLE color: 5794942.

HSL color Cylindrical-coordinate representation of color #7E6C58: hue angle of 31.58º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6C58 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 108 88 -
CMYK 0 0.14 0.30 0.51
HSL 31.58º 0.18% 0.42% -
HSV(B) 31.58º 0.3% 0.49% -
XYZ 15.73 15.87 11.47 -
YUV 111.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 126 108 88 0 0.14 0.30 0.51 31.58 0.18 0.42
Hex 7E 6C 58 0 E 1E 33 20 12 2A
Octal 176 154 130 0 16 36 63 40 22 52
Binary 1111110 1101100 1011000 0 1110 11110 110011 100000 10010 101010

Color Harmonies of #7E6C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6C58

Black with #7E6C58

Text Example


Text Example

White with #7E6C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,108,88); }

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

background-color css

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

 a { background-color: rgb(126,108,88); }

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

border-color css

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

 span { border-color: rgb(126,108,88); }

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