Html Css Color HEX #886160 Light Wood

📋 copy color: '#886160'

red 136 ◦ green 97 ◦ blue 96

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

Shades of Light Wood #886160

Tints of Light Wood #886160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 41.34%
G = 29.48%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886160 (or 0x886160) is known color: Light Wood. HEX triplet: 88, 61 and 60. RGB value is (136,97,96). Sum of RGB (Red+Green+Blue) = 136+97+96=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #886160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886160 is #779E9F. Grayscale: #6C6C6C. Windows color (decimal): -7839392 or 6316424. OLE color: 6316424.

HSL color Cylindrical-coordinate representation of color #886160: hue angle of 1.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886160 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 97 96 -
CMYK 0 0.29 0.29 0.47
HSL 1.5º 0.17% 0.45% -
HSV(B) 1.5º 0.29% 0.53% -
XYZ 16.54 14.63 13.02 -
YUV 108.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 136 97 96 0 0.29 0.29 0.47 1.5 0.17 0.45
Hex 88 61 60 0 1D 1D 2F 2 11 2D
Octal 210 141 140 0 35 35 57 2 21 55
Binary 10001000 1100001 1100000 0 11101 11101 101111 10 10001 101101

Color Harmonies of #886160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886160

Black with #886160

Text Example


Text Example

White with #886160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886160; }

 p { color: rgb(136,97,96); }

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

background-color css

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

 a { background-color: rgb(136,97,96); }

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

border-color css

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

 span { border-color: rgb(136,97,96); }

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