Html Css Color HEX #866141 Dark Wood

📋 copy color: '#866141'

red 134 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #866141

Tints of Dark Wood #866141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 45.27%
G = 32.77%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#866141 (or 0x866141) is known color: Dark Wood. HEX triplet: 86, 61 and 41. RGB value is (134,97,65). Sum of RGB (Red+Green+Blue) = 134+97+65=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #866141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866141 is #799EBE. Grayscale: #686868. Windows color (decimal): -7970495 or 4284806. OLE color: 4284806.

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

Color convert

RGB 134 97 65 -
CMYK 0 0.28 0.51 0.47
HSL 27.83º 0.35% 0.39% -
HSV(B) 27.83º 0.51% 0.53% -
XYZ 15.06 14 6.91 -
YUV 104.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 134 97 65 0 0.28 0.51 0.47 27.83 0.35 0.39
Hex 86 61 41 0 1C 33 2F 1C 23 27
Octal 206 141 101 0 34 63 57 34 43 47
Binary 10000110 1100001 1000001 0 11100 110011 101111 11100 100011 100111

Color Harmonies of #866141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866141

Black with #866141

Text Example


Text Example

White with #866141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866141; }

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

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

background-color css

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

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

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

border-color css

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

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

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