Html Css Color HEX #7E6341 Dark Wood

📋 copy color: '#7E6341'

red 126 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #7E6341

Tints of Dark Wood #7E6341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 43.45%
G = 34.14%
B = 22.41%

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

#7E6341 (or 0x7E6341) is known color: Dark Wood. HEX triplet: 7E, 63 and 41. RGB value is (126,99,65). Sum of RGB (Red+Green+Blue) = 126+99+65=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6341 is #819CBE. Grayscale: #676767. Windows color (decimal): -8494271 or 4285310. OLE color: 4285310.

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

Color convert

RGB 126 99 65 -
CMYK 0 0.21 0.48 0.51
HSL 33.44º 0.32% 0.37% -
HSV(B) 33.44º 0.48% 0.49% -
XYZ 14.02 13.74 6.91 -
YUV 103.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 126 99 65 0 0.21 0.48 0.51 33.44 0.32 0.37
Hex 7E 63 41 0 15 30 33 21 20 25
Octal 176 143 101 0 25 60 63 41 40 45
Binary 1111110 1100011 1000001 0 10101 110000 110011 100001 100000 100101

Color Harmonies of #7E6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6341

Black with #7E6341

Text Example


Text Example

White with #7E6341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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