Html Css Color HEX #886647 Dark Wood

📋 copy color: '#886647'

red 136 ◦ green 102 ◦ blue 71

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

Shades of Dark Wood #886647

Tints of Dark Wood #886647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 44.01%
G = 33.01%
B = 22.98%

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

#886647 (or 0x886647) is known color: Dark Wood. HEX triplet: 88, 66 and 47. RGB value is (136,102,71). Sum of RGB (Red+Green+Blue) = 136+102+71=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886647 is #7799B8. Grayscale: #6C6C6C. Windows color (decimal): -7838137 or 4679304. OLE color: 4679304.

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

Color convert

RGB 136 102 71 -
CMYK 0 0.25 0.48 0.47
HSL 28.62º 0.31% 0.41% -
HSV(B) 28.62º 0.48% 0.53% -
XYZ 16.04 15.19 8.05 -
YUV 108.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 136 102 71 0 0.25 0.48 0.47 28.62 0.31 0.41
Hex 88 66 47 0 19 30 2F 1D 1F 29
Octal 210 146 107 0 31 60 57 35 37 51
Binary 10001000 1100110 1000111 0 11001 110000 101111 11101 11111 101001

Color Harmonies of #886647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886647

Black with #886647

Text Example


Text Example

White with #886647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886647; }

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

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

background-color css

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

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

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

border-color css

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

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

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