Html Css Color HEX #7E6145 Dark Wood

📋 copy color: '#7E6145'

red 126 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #7E6145

Tints of Dark Wood #7E6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 43.15%
G = 33.22%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7E6145 (or 0x7E6145) is known color: Dark Wood. HEX triplet: 7E, 61 and 45. RGB value is (126,97,69). Sum of RGB (Red+Green+Blue) = 126+97+69=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6145 is #819EBA. Grayscale: #666666. Windows color (decimal): -8494779 or 4546942. OLE color: 4546942.

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

Color convert

RGB 126 97 69 -
CMYK 0 0.23 0.45 0.51
HSL 29.47º 0.29% 0.38% -
HSV(B) 29.47º 0.45% 0.49% -
XYZ 13.95 13.41 7.48 -
YUV 102.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 126 97 69 0 0.23 0.45 0.51 29.47 0.29 0.38
Hex 7E 61 45 0 17 2D 33 1D 1D 26
Octal 176 141 105 0 27 55 63 35 35 46
Binary 1111110 1100001 1000101 0 10111 101101 110011 11101 11101 100110

Color Harmonies of #7E6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6145

Black with #7E6145

Text Example


Text Example

White with #7E6145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,97,69); }

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

background-color css

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

 a { background-color: rgb(126,97,69); }

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

border-color css

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

 span { border-color: rgb(126,97,69); }

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