Html Css Color HEX #7E6248 Dark Wood

📋 copy color: '#7E6248'

red 126 ◦ green 98 ◦ blue 72

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

Shades of Dark Wood #7E6248

Tints of Dark Wood #7E6248

RGB

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

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

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

R = 42.57%
G = 33.11%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7E6248 (or 0x7E6248) is known color: Dark Wood. HEX triplet: 7E, 62 and 48. RGB value is (126,98,72). Sum of RGB (Red+Green+Blue) = 126+98+72=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6248 is #819DB7. Grayscale: #676767. Windows color (decimal): -8494520 or 4743806. OLE color: 4743806.

HSL color Cylindrical-coordinate representation of color #7E6248: hue angle of 28.89º 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 #7E6248 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 98 72 -
CMYK 0 0.22 0.43 0.51
HSL 28.89º 0.27% 0.39% -
HSV(B) 28.89º 0.43% 0.49% -
XYZ 14.14 13.64 8.02 -
YUV 103.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 126 98 72 0 0.22 0.43 0.51 28.89 0.27 0.39
Hex 7E 62 48 0 16 2B 33 1D 1B 27
Octal 176 142 110 0 26 53 63 35 33 47
Binary 1111110 1100010 1001000 0 10110 101011 110011 11101 11011 100111

Color Harmonies of #7E6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6248

Black with #7E6248

Text Example


Text Example

White with #7E6248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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