Html Css Color HEX #7C6149 Dark Wood

📋 copy color: '#7C6149'

red 124 ◦ green 97 ◦ blue 73

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

Shades of Dark Wood #7C6149

Tints of Dark Wood #7C6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 42.18%
G = 32.99%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C6149 (or 0x7C6149) is known color: Dark Wood. HEX triplet: 7C, 61 and 49. RGB value is (124,97,73). Sum of RGB (Red+Green+Blue) = 124+97+73=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6149 is #839EB6. Grayscale: #666666. Windows color (decimal): -8625847 or 4809084. OLE color: 4809084.

HSL color Cylindrical-coordinate representation of color #7C6149: hue angle of 28.24º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C6149 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 97 73 -
CMYK 0 0.22 0.41 0.51
HSL 28.24º 0.26% 0.39% -
HSV(B) 28.24º 0.41% 0.49% -
XYZ 13.79 13.32 8.15 -
YUV 102.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 124 97 73 0 0.22 0.41 0.51 28.24 0.26 0.39
Hex 7C 61 49 0 16 29 33 1C 1A 27
Octal 174 141 111 0 26 51 63 34 32 47
Binary 1111100 1100001 1001001 0 10110 101001 110011 11100 11010 100111

Color Harmonies of #7C6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6149

Black with #7C6149

Text Example


Text Example

White with #7C6149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,73); }

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

background-color css

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

 a { background-color: rgb(124,97,73); }

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

border-color css

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

 span { border-color: rgb(124,97,73); }

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