Html Css Color HEX #866140 Dark Wood

📋 copy color: '#866140'

red 134 ◦ green 97 ◦ blue 64

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

Shades of Dark Wood #866140

Tints of Dark Wood #866140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 45.42%
G = 32.88%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#866140 (or 0x866140) is known color: Dark Wood. HEX triplet: 86, 61 and 40. RGB value is (134,97,64). Sum of RGB (Red+Green+Blue) = 134+97+64=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #866140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866140 is #799EBF. Grayscale: #686868. Windows color (decimal): -7970496 or 4219270. OLE color: 4219270.

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

Color convert

RGB 134 97 64 -
CMYK 0 0.28 0.52 0.47
HSL 28.29º 0.35% 0.39% -
HSV(B) 28.29º 0.52% 0.53% -
XYZ 15.03 13.99 6.76 -
YUV 104.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 134 97 64 0 0.28 0.52 0.47 28.29 0.35 0.39
Hex 86 61 40 0 1C 34 2F 1C 23 27
Octal 206 141 100 0 34 64 57 34 43 47
Binary 10000110 1100001 1000000 0 11100 110100 101111 11100 100011 100111

Color Harmonies of #866140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866140

Black with #866140

Text Example


Text Example

White with #866140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866140; }

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

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

background-color css

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

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

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

border-color css

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

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

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