Html Css Color HEX #7D6246 Dark Wood

📋 copy color: '#7D6246'

red 125 ◦ green 98 ◦ blue 70

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

Shades of Dark Wood #7D6246

Tints of Dark Wood #7D6246

RGB

 RED value IS 125 (49.22% from 255) = 42.66%

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

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 42.66%
G = 33.45%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7D6246 (or 0x7D6246) is known color: Dark Wood. HEX triplet: 7D, 62 and 46. RGB value is (125,98,70). Sum of RGB (Red+Green+Blue) = 125+98+70=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6246 is #829DB9. Grayscale: #676767. Windows color (decimal): -8560058 or 4612733. OLE color: 4612733.

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

Color convert

RGB 125 98 70 -
CMYK 0 0.22 0.44 0.51
HSL 30.55º 0.28% 0.38% -
HSV(B) 30.55º 0.44% 0.49% -
XYZ 13.93 13.54 7.67 -
YUV 102.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 125 98 70 0 0.22 0.44 0.51 30.55 0.28 0.38
Hex 7D 62 46 0 16 2C 33 1F 1C 26
Octal 175 142 106 0 26 54 63 37 34 46
Binary 1111101 1100010 1000110 0 10110 101100 110011 11111 11100 100110

Color Harmonies of #7D6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6246

Black with #7D6246

Text Example


Text Example

White with #7D6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,70); }

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

background-color css

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

 a { background-color: rgb(125,98,70); }

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

border-color css

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

 span { border-color: rgb(125,98,70); }

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