Html Css Color HEX #866446 Dark Wood

📋 copy color: '#866446'

red 134 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #866446

Tints of Dark Wood #866446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 44.08%
G = 32.89%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#866446 (or 0x866446) is known color: Dark Wood. HEX triplet: 86, 64 and 46. RGB value is (134,100,70). Sum of RGB (Red+Green+Blue) = 134+100+70=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #866446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866446 is #799BB9. Grayscale: #6A6A6A. Windows color (decimal): -7969722 or 4613254. OLE color: 4613254.

HSL color Cylindrical-coordinate representation of color #866446: hue angle of 28.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866446 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 70 -
CMYK 0 0.25 0.48 0.47
HSL 28.13º 0.31% 0.4% -
HSV(B) 28.13º 0.48% 0.53% -
XYZ 15.49 14.62 7.8 -
YUV 106.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 134 100 70 0 0.25 0.48 0.47 28.13 0.31 0.4
Hex 86 64 46 0 19 30 2F 1C 1F 28
Octal 206 144 106 0 31 60 57 34 37 50
Binary 10000110 1100100 1000110 0 11001 110000 101111 11100 11111 101000

Color Harmonies of #866446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866446

Black with #866446

Text Example


Text Example

White with #866446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866446; }

 p { color: rgb(134,100,70); }

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

background-color css

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

 a { background-color: rgb(134,100,70); }

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

border-color css

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

 span { border-color: rgb(134,100,70); }

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