Html Css Color HEX #866643 Dark Wood

📋 copy color: '#866643'

red 134 ◦ green 102 ◦ blue 67

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

Shades of Dark Wood #866643

Tints of Dark Wood #866643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 44.22%
G = 33.66%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#866643 (or 0x866643) is known color: Dark Wood. HEX triplet: 86, 66 and 43. RGB value is (134,102,67). Sum of RGB (Red+Green+Blue) = 134+102+67=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866643 is #7999BC. Grayscale: #6B6B6B. Windows color (decimal): -7969213 or 4417158. OLE color: 4417158.

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

Color convert

RGB 134 102 67 -
CMYK 0 0.24 0.5 0.47
HSL 31.34º 0.33% 0.39% -
HSV(B) 31.34º 0.5% 0.53% -
XYZ 15.6 14.98 7.38 -
YUV 107.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 134 102 67 0 0.24 0.5 0.47 31.34 0.33 0.39
Hex 86 66 43 0 18 32 2F 1F 21 27
Octal 206 146 103 0 30 62 57 37 41 47
Binary 10000110 1100110 1000011 0 11000 110010 101111 11111 100001 100111

Color Harmonies of #866643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866643

Black with #866643

Text Example


Text Example

White with #866643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866643; }

 p { color: rgb(134,102,67); }

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

background-color css

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

 a { background-color: rgb(134,102,67); }

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

border-color css

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

 span { border-color: rgb(134,102,67); }

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