Html Css Color HEX #886261 Light Wood

📋 copy color: '#886261'

red 136 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #886261

Tints of Light Wood #886261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 41.09%
G = 29.61%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886261 (or 0x886261) is known color: Light Wood. HEX triplet: 88, 62 and 61. RGB value is (136,98,97). Sum of RGB (Red+Green+Blue) = 136+98+97=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886261 is #779D9E. Grayscale: #6D6D6D. Windows color (decimal): -7839135 or 6382216. OLE color: 6382216.

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

Color convert

RGB 136 98 97 -
CMYK 0 0.28 0.29 0.47
HSL 1.54º 0.17% 0.46% -
HSV(B) 1.54º 0.29% 0.53% -
XYZ 16.68 14.83 13.29 -
YUV 109.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 136 98 97 0 0.28 0.29 0.47 1.54 0.17 0.46
Hex 88 62 61 0 1C 1D 2F 2 11 2E
Octal 210 142 141 0 34 35 57 2 21 56
Binary 10001000 1100010 1100001 0 11100 11101 101111 10 10001 101110

Color Harmonies of #886261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886261

Black with #886261

Text Example


Text Example

White with #886261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886261; }

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

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

background-color css

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

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

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

border-color css

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

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

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