Html Css Color HEX #7E6246 Dark Wood

📋 copy color: '#7E6246'

red 126 ◦ green 98 ◦ blue 70

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

Shades of Dark Wood #7E6246

Tints of Dark Wood #7E6246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 42.86%
G = 33.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7E6246 (or 0x7E6246) is known color: Dark Wood. HEX triplet: 7E, 62 and 46. RGB value is (126,98,70). Sum of RGB (Red+Green+Blue) = 126+98+70=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6246 is #819DB9. Grayscale: #676767. Windows color (decimal): -8494522 or 4612734. OLE color: 4612734.

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

Color convert

RGB 126 98 70 -
CMYK 0 0.22 0.44 0.51
HSL 30º 0.29% 0.38% -
HSV(B) 30º 0.44% 0.49% -
XYZ 14.08 13.61 7.68 -
YUV 103.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 126 98 70 0 0.22 0.44 0.51 30 0.29 0.38
Hex 7E 62 46 0 16 2C 33 1E 1D 26
Octal 176 142 106 0 26 54 63 36 35 46
Binary 1111110 1100010 1000110 0 10110 101100 110011 11110 11101 100110

Color Harmonies of #7E6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6246

Black with #7E6246

Text Example


Text Example

White with #7E6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,98,70); }

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

background-color css

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

 a { background-color: rgb(126,98,70); }

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

border-color css

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

 span { border-color: rgb(126,98,70); }

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