Html Css Color HEX #8D6141 Dark Wood

📋 copy color: '#8D6141'

red 141 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #8D6141

Tints of Dark Wood #8D6141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 46.53%
G = 32.01%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8D6141 (or 0x8D6141) is known color: Dark Wood. HEX triplet: 8D, 61 and 41. RGB value is (141,97,65). Sum of RGB (Red+Green+Blue) = 141+97+65=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6141 is #729EBE. Grayscale: #6A6A6A. Windows color (decimal): -7511743 or 4284813. OLE color: 4284813.

HSL color Cylindrical-coordinate representation of color #8D6141: hue angle of 25.26º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D6141 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 97 65 -
CMYK 0 0.31 0.54 0.45
HSL 25.26º 0.37% 0.4% -
HSV(B) 25.26º 0.54% 0.55% -
XYZ 16.21 14.59 6.96 -
YUV 106.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 141 97 65 0 0.31 0.54 0.45 25.26 0.37 0.4
Hex 8D 61 41 0 1F 36 2D 19 25 28
Octal 215 141 101 0 37 66 55 31 45 50
Binary 10001101 1100001 1000001 0 11111 110110 101101 11001 100101 101000

Color Harmonies of #8D6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6141

Black with #8D6141

Text Example


Text Example

White with #8D6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,97,65); }

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

background-color css

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

 a { background-color: rgb(141,97,65); }

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

border-color css

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

 span { border-color: rgb(141,97,65); }

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