Html Css Color HEX #7D6343 Dark Wood

📋 copy color: '#7D6343'

red 125 ◦ green 99 ◦ blue 67

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

Shades of Dark Wood #7D6343

Tints of Dark Wood #7D6343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 42.96%
G = 34.02%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D6343 (or 0x7D6343) is known color: Dark Wood. HEX triplet: 7D, 63 and 43. RGB value is (125,99,67). Sum of RGB (Red+Green+Blue) = 125+99+67=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6343 is #829CBC. Grayscale: #676767. Windows color (decimal): -8559805 or 4416381. OLE color: 4416381.

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

Color convert

RGB 125 99 67 -
CMYK 0 0.21 0.46 0.51
HSL 33.1º 0.3% 0.38% -
HSV(B) 33.1º 0.46% 0.49% -
XYZ 13.93 13.69 7.22 -
YUV 103.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 125 99 67 0 0.21 0.46 0.51 33.1 0.3 0.38
Hex 7D 63 43 0 15 2E 33 21 1E 26
Octal 175 143 103 0 25 56 63 41 36 46
Binary 1111101 1100011 1000011 0 10101 101110 110011 100001 11110 100110

Color Harmonies of #7D6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6343

Black with #7D6343

Text Example


Text Example

White with #7D6343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,67); }

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

background-color css

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

 a { background-color: rgb(125,99,67); }

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

border-color css

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

 span { border-color: rgb(125,99,67); }

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