Html Css Color HEX #866346 Dark Wood

📋 copy color: '#866346'

red 134 ◦ green 99 ◦ blue 70

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

Shades of Dark Wood #866346

Tints of Dark Wood #866346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 44.22%
G = 32.67%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#866346 (or 0x866346) is known color: Dark Wood. HEX triplet: 86, 63 and 46. RGB value is (134,99,70). Sum of RGB (Red+Green+Blue) = 134+99+70=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866346 is #799CB9. Grayscale: #6A6A6A. Windows color (decimal): -7969978 or 4612998. OLE color: 4612998.

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

Color convert

RGB 134 99 70 -
CMYK 0 0.26 0.48 0.47
HSL 27.19º 0.31% 0.4% -
HSV(B) 27.19º 0.48% 0.53% -
XYZ 15.4 14.43 7.77 -
YUV 106.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 134 99 70 0 0.26 0.48 0.47 27.19 0.31 0.4
Hex 86 63 46 0 1A 30 2F 1B 1F 28
Octal 206 143 106 0 32 60 57 33 37 50
Binary 10000110 1100011 1000110 0 11010 110000 101111 11011 11111 101000

Color Harmonies of #866346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866346

Black with #866346

Text Example


Text Example

White with #866346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866346; }

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

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

background-color css

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

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

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

border-color css

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

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

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