Html Css Color HEX #866143 Dark Wood

📋 copy color: '#866143'

red 134 ◦ green 97 ◦ blue 67

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

Shades of Dark Wood #866143

Tints of Dark Wood #866143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 44.97%
G = 32.55%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#866143 (or 0x866143) is known color: Dark Wood. HEX triplet: 86, 61 and 43. RGB value is (134,97,67). Sum of RGB (Red+Green+Blue) = 134+97+67=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #866143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866143 is #799EBC. Grayscale: #686868. Windows color (decimal): -7970493 or 4415878. OLE color: 4415878.

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

Color convert

RGB 134 97 67 -
CMYK 0 0.28 0.5 0.47
HSL 26.87º 0.33% 0.39% -
HSV(B) 26.87º 0.5% 0.53% -
XYZ 15.12 14.02 7.22 -
YUV 104.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 134 97 67 0 0.28 0.5 0.47 26.87 0.33 0.39
Hex 86 61 43 0 1C 32 2F 1B 21 27
Octal 206 141 103 0 34 62 57 33 41 47
Binary 10000110 1100001 1000011 0 11100 110010 101111 11011 100001 100111

Color Harmonies of #866143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866143

Black with #866143

Text Example


Text Example

White with #866143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866143; }

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

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

background-color css

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

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

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

border-color css

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

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

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