Html Css Color HEX #7D6146 Dark Wood

📋 copy color: '#7D6146'

red 125 ◦ green 97 ◦ blue 70

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

Shades of Dark Wood #7D6146

Tints of Dark Wood #7D6146

RGB

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

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

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

R = 42.81%
G = 33.22%
B = 23.97%

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

#7D6146 (or 0x7D6146) is known color: Dark Wood. HEX triplet: 7D, 61 and 46. RGB value is (125,97,70). Sum of RGB (Red+Green+Blue) = 125+97+70=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6146 is #829EB9. Grayscale: #666666. Windows color (decimal): -8560314 or 4612477. OLE color: 4612477.

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

Color convert

RGB 125 97 70 -
CMYK 0 0.22 0.44 0.51
HSL 29.45º 0.28% 0.38% -
HSV(B) 29.45º 0.44% 0.49% -
XYZ 13.84 13.35 7.64 -
YUV 102.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 125 97 70 0 0.22 0.44 0.51 29.45 0.28 0.38
Hex 7D 61 46 0 16 2C 33 1D 1C 26
Octal 175 141 106 0 26 54 63 35 34 46
Binary 1111101 1100001 1000110 0 10110 101100 110011 11101 11100 100110

Color Harmonies of #7D6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6146

Black with #7D6146

Text Example


Text Example

White with #7D6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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