Html Css Color HEX #886361 Light Wood

📋 copy color: '#886361'

red 136 ◦ green 99 ◦ blue 97

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

Shades of Light Wood #886361

Tints of Light Wood #886361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 40.96%
G = 29.82%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886361 (or 0x886361) is known color: Light Wood. HEX triplet: 88, 63 and 61. RGB value is (136,99,97). Sum of RGB (Red+Green+Blue) = 136+99+97=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886361 is #779C9E. Grayscale: #6D6D6D. Windows color (decimal): -7838879 or 6382472. OLE color: 6382472.

HSL color Cylindrical-coordinate representation of color #886361: hue angle of 3.08º 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 #886361 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 97 -
CMYK 0 0.27 0.29 0.47
HSL 3.08º 0.17% 0.46% -
HSV(B) 3.08º 0.29% 0.53% -
XYZ 16.77 15.02 13.32 -
YUV 109.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 136 99 97 0 0.27 0.29 0.47 3.08 0.17 0.46
Hex 88 63 61 0 1B 1D 2F 3 11 2E
Octal 210 143 141 0 33 35 57 3 21 56
Binary 10001000 1100011 1100001 0 11011 11101 101111 11 10001 101110

Color Harmonies of #886361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886361

Black with #886361

Text Example


Text Example

White with #886361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886361; }

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

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

background-color css

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

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

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

border-color css

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

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

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