Html Css Color HEX #886845 Dark Wood

📋 copy color: '#886845'

red 136 ◦ green 104 ◦ blue 69

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

Shades of Dark Wood #886845

Tints of Dark Wood #886845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 44.01%
G = 33.66%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#886845 (or 0x886845) is known color: Dark Wood. HEX triplet: 88, 68 and 45. RGB value is (136,104,69). Sum of RGB (Red+Green+Blue) = 136+104+69=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886845 is #7797BA. Grayscale: #6D6D6D. Windows color (decimal): -7837627 or 4548744. OLE color: 4548744.

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

Color convert

RGB 136 104 69 -
CMYK 0 0.24 0.49 0.47
HSL 31.34º 0.33% 0.4% -
HSV(B) 31.34º 0.49% 0.53% -
XYZ 16.18 15.56 7.78 -
YUV 109.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 136 104 69 0 0.24 0.49 0.47 31.34 0.33 0.4
Hex 88 68 45 0 18 31 2F 1F 21 28
Octal 210 150 105 0 30 61 57 37 41 50
Binary 10001000 1101000 1000101 0 11000 110001 101111 11111 100001 101000

Color Harmonies of #886845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886845

Black with #886845

Text Example


Text Example

White with #886845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886845; }

 p { color: rgb(136,104,69); }

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

background-color css

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

 a { background-color: rgb(136,104,69); }

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

border-color css

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

 span { border-color: rgb(136,104,69); }

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