Html Css Color HEX #8D6143 Dark Wood

📋 copy color: '#8D6143'

red 141 ◦ green 97 ◦ blue 67

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

Shades of Dark Wood #8D6143

Tints of Dark Wood #8D6143

RGB

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

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

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

R = 46.23%
G = 31.8%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#8D6143 (or 0x8D6143) is known color: Dark Wood. HEX triplet: 8D, 61 and 43. RGB value is (141,97,67). Sum of RGB (Red+Green+Blue) = 141+97+67=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6143 is #729EBC. Grayscale: #6A6A6A. Windows color (decimal): -7511741 or 4415885. OLE color: 4415885.

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

Color convert

RGB 141 97 67 -
CMYK 0 0.31 0.52 0.45
HSL 24.32º 0.36% 0.41% -
HSV(B) 24.32º 0.52% 0.55% -
XYZ 16.27 14.62 7.27 -
YUV 106.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 141 97 67 0 0.31 0.52 0.45 24.32 0.36 0.41
Hex 8D 61 43 0 1F 34 2D 18 24 29
Octal 215 141 103 0 37 64 55 30 44 51
Binary 10001101 1100001 1000011 0 11111 110100 101101 11000 100100 101001

Color Harmonies of #8D6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6143

Black with #8D6143

Text Example


Text Example

White with #8D6143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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