Html Css Color HEX #866747 Dark Wood

📋 copy color: '#866747'

red 134 ◦ green 103 ◦ blue 71

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

Shades of Dark Wood #866747

Tints of Dark Wood #866747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 43.51%
G = 33.44%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#866747 (or 0x866747) is known color: Dark Wood. HEX triplet: 86, 67 and 47. RGB value is (134,103,71). Sum of RGB (Red+Green+Blue) = 134+103+71=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #866747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866747 is #7998B8. Grayscale: #6C6C6C. Windows color (decimal): -7968953 or 4679558. OLE color: 4679558.

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

Color convert

RGB 134 103 71 -
CMYK 0 0.23 0.47 0.47
HSL 30.48º 0.31% 0.4% -
HSV(B) 30.48º 0.47% 0.53% -
XYZ 15.82 15.22 8.07 -
YUV 108.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 134 103 71 0 0.23 0.47 0.47 30.48 0.31 0.4
Hex 86 67 47 0 17 2F 2F 1E 1F 28
Octal 206 147 107 0 27 57 57 36 37 50
Binary 10000110 1100111 1000111 0 10111 101111 101111 11110 11111 101000

Color Harmonies of #866747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866747

Black with #866747

Text Example


Text Example

White with #866747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866747; }

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

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

background-color css

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

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

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

border-color css

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

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

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