Html Css Color HEX #7E6148 Dark Wood

📋 copy color: '#7E6148'

red 126 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #7E6148

Tints of Dark Wood #7E6148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 42.71%
G = 32.88%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7E6148 (or 0x7E6148) is known color: Dark Wood. HEX triplet: 7E, 61 and 48. RGB value is (126,97,72). Sum of RGB (Red+Green+Blue) = 126+97+72=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6148 is #819EB7. Grayscale: #666666. Windows color (decimal): -8494776 or 4743550. OLE color: 4743550.

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

Color convert

RGB 126 97 72 -
CMYK 0 0.23 0.43 0.51
HSL 27.78º 0.27% 0.39% -
HSV(B) 27.78º 0.43% 0.49% -
XYZ 14.05 13.45 7.99 -
YUV 102.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 126 97 72 0 0.23 0.43 0.51 27.78 0.27 0.39
Hex 7E 61 48 0 17 2B 33 1C 1B 27
Octal 176 141 110 0 27 53 63 34 33 47
Binary 1111110 1100001 1001000 0 10111 101011 110011 11100 11011 100111

Color Harmonies of #7E6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6148

Black with #7E6148

Text Example


Text Example

White with #7E6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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