Html Css Color HEX #866147 Dark Wood

📋 copy color: '#866147'

red 134 ◦ green 97 ◦ blue 71

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

Shades of Dark Wood #866147

Tints of Dark Wood #866147

RGB

 RED value IS 134 (52.73% from 255) = 44.37%

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

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 44.37%
G = 32.12%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#866147 (or 0x866147) is known color: Dark Wood. HEX triplet: 86, 61 and 47. RGB value is (134,97,71). Sum of RGB (Red+Green+Blue) = 134+97+71=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #866147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866147 is #799EB8. Grayscale: #696969. Windows color (decimal): -7970489 or 4678022. OLE color: 4678022.

HSL color Cylindrical-coordinate representation of color #866147: hue angle of 24.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866147 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 71 -
CMYK 0 0.28 0.47 0.47
HSL 24.76º 0.31% 0.4% -
HSV(B) 24.76º 0.47% 0.53% -
XYZ 15.24 14.07 7.87 -
YUV 105.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 134 97 71 0 0.28 0.47 0.47 24.76 0.31 0.4
Hex 86 61 47 0 1C 2F 2F 19 1F 28
Octal 206 141 107 0 34 57 57 31 37 50
Binary 10000110 1100001 1000111 0 11100 101111 101111 11001 11111 101000

Color Harmonies of #866147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866147

Black with #866147

Text Example


Text Example

White with #866147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866147; }

 p { color: rgb(134,97,71); }

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

background-color css

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

 a { background-color: rgb(134,97,71); }

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

border-color css

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

 span { border-color: rgb(134,97,71); }

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