Html Css Color HEX #866847 Dark Wood

📋 copy color: '#866847'

red 134 ◦ green 104 ◦ blue 71

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

Shades of Dark Wood #866847

Tints of Dark Wood #866847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

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

R = 43.37%
G = 33.66%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#866847 (or 0x866847) is known color: Dark Wood. HEX triplet: 86, 68 and 47. RGB value is (134,104,71). Sum of RGB (Red+Green+Blue) = 134+104+71=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #866847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866847 is #7997B8. Grayscale: #6D6D6D. Windows color (decimal): -7968697 or 4679814. OLE color: 4679814.

HSL color Cylindrical-coordinate representation of color #866847: hue angle of 31.43º 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 #866847 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 104 71 -
CMYK 0 0.22 0.47 0.47
HSL 31.43º 0.31% 0.4% -
HSV(B) 31.43º 0.47% 0.53% -
XYZ 15.92 15.42 8.1 -
YUV 109.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 134 104 71 0 0.22 0.47 0.47 31.43 0.31 0.4
Hex 86 68 47 0 16 2F 2F 1F 1F 28
Octal 206 150 107 0 26 57 57 37 37 50
Binary 10000110 1101000 1000111 0 10110 101111 101111 11111 11111 101000

Color Harmonies of #866847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866847

Black with #866847

Text Example


Text Example

White with #866847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866847; }

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

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

background-color css

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

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

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

border-color css

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

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

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