Html Css Color HEX #8D6146 Dark Wood

📋 copy color: '#8D6146'

red 141 ◦ green 97 ◦ blue 70

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

Shades of Dark Wood #8D6146

Tints of Dark Wood #8D6146

RGB

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

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

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

R = 45.78%
G = 31.49%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D6146 (or 0x8D6146) is known color: Dark Wood. HEX triplet: 8D, 61 and 46. RGB value is (141,97,70). Sum of RGB (Red+Green+Blue) = 141+97+70=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6146 is #729EB9. Grayscale: #6B6B6B. Windows color (decimal): -7511738 or 4612493. OLE color: 4612493.

HSL color Cylindrical-coordinate representation of color #8D6146: hue angle of 22.82º 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 #8D6146 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 97 70 -
CMYK 0 0.31 0.50 0.45
HSL 22.82º 0.34% 0.41% -
HSV(B) 22.82º 0.5% 0.55% -
XYZ 16.36 14.65 7.76 -
YUV 107.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 141 97 70 0 0.31 0.50 0.45 22.82 0.34 0.41
Hex 8D 61 46 0 1F 32 2D 17 22 29
Octal 215 141 106 0 37 62 55 27 42 51
Binary 10001101 1100001 1000110 0 11111 110010 101101 10111 100010 101001

Color Harmonies of #8D6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6146

Black with #8D6146

Text Example


Text Example

White with #8D6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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