Html Css Color HEX #7D6145 Dark Wood

📋 copy color: '#7D6145'

red 125 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #7D6145

Tints of Dark Wood #7D6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 42.96%
G = 33.33%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D6145 (or 0x7D6145) is known color: Dark Wood. HEX triplet: 7D, 61 and 45. RGB value is (125,97,69). Sum of RGB (Red+Green+Blue) = 125+97+69=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6145 is #829EBA. Grayscale: #666666. Windows color (decimal): -8560315 or 4546941. OLE color: 4546941.

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

Color convert

RGB 125 97 69 -
CMYK 0 0.22 0.45 0.51
HSL 30º 0.29% 0.38% -
HSV(B) 30º 0.45% 0.49% -
XYZ 13.81 13.34 7.48 -
YUV 102.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 125 97 69 0 0.22 0.45 0.51 30 0.29 0.38
Hex 7D 61 45 0 16 2D 33 1E 1D 26
Octal 175 141 105 0 26 55 63 36 35 46
Binary 1111101 1100001 1000101 0 10110 101101 110011 11110 11101 100110

Color Harmonies of #7D6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6145

Black with #7D6145

Text Example


Text Example

White with #7D6145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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