Html Css Color HEX #8D6142 Dark Wood

📋 copy color: '#8D6142'

red 141 ◦ green 97 ◦ blue 66

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

Shades of Dark Wood #8D6142

Tints of Dark Wood #8D6142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 46.38%
G = 31.91%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8D6142 (or 0x8D6142) is known color: Dark Wood. HEX triplet: 8D, 61 and 42. RGB value is (141,97,66). Sum of RGB (Red+Green+Blue) = 141+97+66=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6142 is #729EBD. Grayscale: #6A6A6A. Windows color (decimal): -7511742 or 4350349. OLE color: 4350349.

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

Color convert

RGB 141 97 66 -
CMYK 0 0.31 0.53 0.45
HSL 24.8º 0.36% 0.41% -
HSV(B) 24.8º 0.53% 0.55% -
XYZ 16.24 14.61 7.12 -
YUV 106.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 141 97 66 0 0.31 0.53 0.45 24.8 0.36 0.41
Hex 8D 61 42 0 1F 35 2D 19 24 29
Octal 215 141 102 0 37 65 55 31 44 51
Binary 10001101 1100001 1000010 0 11111 110101 101101 11001 100100 101001

Color Harmonies of #8D6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6142

Black with #8D6142

Text Example


Text Example

White with #8D6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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