Html Css Color HEX #886946 Dark Wood

📋 copy color: '#886946'

red 136 ◦ green 105 ◦ blue 70

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

Shades of Dark Wood #886946

Tints of Dark Wood #886946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 43.73%
G = 33.76%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#886946 (or 0x886946) is known color: Dark Wood. HEX triplet: 88, 69 and 46. RGB value is (136,105,70). Sum of RGB (Red+Green+Blue) = 136+105+70=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886946 is #7796B9. Grayscale: #6E6E6E. Windows color (decimal): -7837370 or 4614536. OLE color: 4614536.

HSL color Cylindrical-coordinate representation of color #886946: hue angle of 31.82º degrees, saturation: 0.32, 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 #886946 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 70 -
CMYK 0 0.23 0.49 0.47
HSL 31.82º 0.32% 0.4% -
HSV(B) 31.82º 0.49% 0.53% -
XYZ 16.31 15.78 7.98 -
YUV 110.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 136 105 70 0 0.23 0.49 0.47 31.82 0.32 0.4
Hex 88 69 46 0 17 31 2F 20 20 28
Octal 210 151 106 0 27 61 57 40 40 50
Binary 10001000 1101001 1000110 0 10111 110001 101111 100000 100000 101000

Color Harmonies of #886946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886946

Black with #886946

Text Example


Text Example

White with #886946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886946; }

 p { color: rgb(136,105,70); }

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

background-color css

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

 a { background-color: rgb(136,105,70); }

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

border-color css

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

 span { border-color: rgb(136,105,70); }

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