Html Css Color HEX #7E6342 Dark Wood

📋 copy color: '#7E6342'

red 126 ◦ green 99 ◦ blue 66

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

Shades of Dark Wood #7E6342

Tints of Dark Wood #7E6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 43.3%
G = 34.02%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E6342 (or 0x7E6342) is known color: Dark Wood. HEX triplet: 7E, 63 and 42. RGB value is (126,99,66). Sum of RGB (Red+Green+Blue) = 126+99+66=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6342 is #819CBD. Grayscale: #676767. Windows color (decimal): -8494270 or 4350846. OLE color: 4350846.

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

Color convert

RGB 126 99 66 -
CMYK 0 0.21 0.48 0.51
HSL 33º 0.31% 0.38% -
HSV(B) 33º 0.48% 0.49% -
XYZ 14.05 13.75 7.07 -
YUV 103.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 126 99 66 0 0.21 0.48 0.51 33 0.31 0.38
Hex 7E 63 42 0 15 30 33 21 1F 26
Octal 176 143 102 0 25 60 63 41 37 46
Binary 1111110 1100011 1000010 0 10101 110000 110011 100001 11111 100110

Color Harmonies of #7E6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6342

Black with #7E6342

Text Example


Text Example

White with #7E6342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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