Html Css Color HEX #7C6D63 Donkey Brown

📋 copy color: '#7C6D63'

red 124 ◦ green 109 ◦ blue 99

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

Shades of Donkey Brown #7C6D63

Tints of Donkey Brown #7C6D63

RGB

 RED value IS 124 (48.83% from 255) = 37.35%

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

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

R = 37.35%
G = 32.83%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7C6D63 (or 0x7C6D63) is known color: Donkey Brown. HEX triplet: 7C, 6D and 63. RGB value is (124,109,99). Sum of RGB (Red+Green+Blue) = 124+109+99=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D63 is #83929C. Grayscale: #707070. Windows color (decimal): -8622749 or 6516092. OLE color: 6516092.

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

Color convert

RGB 124 109 99 -
CMYK 0 0.12 0.20 0.51
HSL 24º 0.11% 0.44% -
HSV(B) 24º 0.2% 0.49% -
XYZ 16.03 16.12 14.07 -
YUV 112.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 124 109 99 0 0.12 0.20 0.51 24 0.11 0.44
Hex 7C 6D 63 0 C 14 33 18 B 2C
Octal 174 155 143 0 14 24 63 30 13 54
Binary 1111100 1101101 1100011 0 1100 10100 110011 11000 1011 101100

Color Harmonies of #7C6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D63

Black with #7C6D63

Text Example


Text Example

White with #7C6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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