Html Css Color HEX #886643 Dark Wood

📋 copy color: '#886643'

red 136 ◦ green 102 ◦ blue 67

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

Shades of Dark Wood #886643

Tints of Dark Wood #886643

RGB

 RED value IS 136 (53.52% from 255) = 44.59%

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

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

R = 44.59%
G = 33.44%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#886643 (or 0x886643) is known color: Dark Wood. HEX triplet: 88, 66 and 43. RGB value is (136,102,67). Sum of RGB (Red+Green+Blue) = 136+102+67=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886643 is #7799BC. Grayscale: #6C6C6C. Windows color (decimal): -7838141 or 4417160. OLE color: 4417160.

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

Color convert

RGB 136 102 67 -
CMYK 0 0.25 0.51 0.47
HSL 30.43º 0.34% 0.4% -
HSV(B) 30.43º 0.51% 0.53% -
XYZ 15.92 15.14 7.39 -
YUV 108.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 136 102 67 0 0.25 0.51 0.47 30.43 0.34 0.4
Hex 88 66 43 0 19 33 2F 1E 22 28
Octal 210 146 103 0 31 63 57 36 42 50
Binary 10001000 1100110 1000011 0 11001 110011 101111 11110 100010 101000

Color Harmonies of #886643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886643

Black with #886643

Text Example


Text Example

White with #886643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886643; }

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

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

background-color css

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

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

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

border-color css

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

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

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