Html Css Color HEX #8D6446 Dark Wood

📋 copy color: '#8D6446'

red 141 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #8D6446

Tints of Dark Wood #8D6446

RGB

 RED value IS 141 (55.47% from 255) = 45.34%

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 45.34%
G = 32.15%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D6446 (or 0x8D6446) is known color: Dark Wood. HEX triplet: 8D, 64 and 46. RGB value is (141,100,70). Sum of RGB (Red+Green+Blue) = 141+100+70=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6446 is #729BB9. Grayscale: #6D6D6D. Windows color (decimal): -7510970 or 4613261. OLE color: 4613261.

HSL color Cylindrical-coordinate representation of color #8D6446: hue angle of 25.35º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6446 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 100 70 -
CMYK 0 0.29 0.50 0.45
HSL 25.35º 0.34% 0.41% -
HSV(B) 25.35º 0.5% 0.55% -
XYZ 16.65 15.22 7.85 -
YUV 108.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 141 100 70 0 0.29 0.50 0.45 25.35 0.34 0.41
Hex 8D 64 46 0 1D 32 2D 19 22 29
Octal 215 144 106 0 35 62 55 31 42 51
Binary 10001101 1100100 1000110 0 11101 110010 101101 11001 100010 101001

Color Harmonies of #8D6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6446

Black with #8D6446

Text Example


Text Example

White with #8D6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6446; }

 p { color: rgb(141,100,70); }

 H1.HeaderClassName
 {
   color: #8D6446;
 }
 .AnyTagClassName
 {
   color: #8D6446;
 }
</style>

background-color css

<style>
 a { background-color: #8D6446; }

 a { background-color: rgb(141,100,70); }

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

border-color css

<style>
 span { border-color: #8D6446; }

 span { border-color: rgb(141,100,70); }

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