Html Css Color HEX #866647 Dark Wood

📋 copy color: '#866647'

red 134 ◦ green 102 ◦ blue 71

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

Shades of Dark Wood #866647

Tints of Dark Wood #866647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 43.65%
G = 33.22%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#866647 (or 0x866647) is known color: Dark Wood. HEX triplet: 86, 66 and 47. RGB value is (134,102,71). Sum of RGB (Red+Green+Blue) = 134+102+71=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #866647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866647 is #7999B8. Grayscale: #6C6C6C. Windows color (decimal): -7969209 or 4679302. OLE color: 4679302.

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

Color convert

RGB 134 102 71 -
CMYK 0 0.24 0.47 0.47
HSL 29.52º 0.31% 0.4% -
HSV(B) 29.52º 0.47% 0.53% -
XYZ 15.72 15.03 8.03 -
YUV 108.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 134 102 71 0 0.24 0.47 0.47 29.52 0.31 0.4
Hex 86 66 47 0 18 2F 2F 1E 1F 28
Octal 206 146 107 0 30 57 57 36 37 50
Binary 10000110 1100110 1000111 0 11000 101111 101111 11110 11111 101000

Color Harmonies of #866647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866647

Black with #866647

Text Example


Text Example

White with #866647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866647; }

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

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

background-color css

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

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

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

border-color css

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

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

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