Html Css Color HEX #866041 Dark Wood

📋 copy color: '#866041'

red 134 ◦ green 96 ◦ blue 65

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

Shades of Dark Wood #866041

Tints of Dark Wood #866041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 45.42%
G = 32.54%
B = 22.03%

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

#866041 (or 0x866041) is known color: Dark Wood. HEX triplet: 86, 60 and 41. RGB value is (134,96,65). Sum of RGB (Red+Green+Blue) = 134+96+65=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #866041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866041 is #799FBE. Grayscale: #676767. Windows color (decimal): -7970751 or 4284550. OLE color: 4284550.

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

Color convert

RGB 134 96 65 -
CMYK 0 0.28 0.51 0.47
HSL 26.96º 0.35% 0.39% -
HSV(B) 26.96º 0.51% 0.53% -
XYZ 14.97 13.82 6.88 -
YUV 103.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 134 96 65 0 0.28 0.51 0.47 26.96 0.35 0.39
Hex 86 60 41 0 1C 33 2F 1B 23 27
Octal 206 140 101 0 34 63 57 33 43 47
Binary 10000110 1100000 1000001 0 11100 110011 101111 11011 100011 100111

Color Harmonies of #866041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866041

Black with #866041

Text Example


Text Example

White with #866041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866041; }

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

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

background-color css

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

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

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

border-color css

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

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

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