Html Css Color HEX #886463 Light Wood

📋 copy color: '#886463'

red 136 ◦ green 100 ◦ blue 99

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

Shades of Light Wood #886463

Tints of Light Wood #886463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 40.6%
G = 29.85%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#886463 (or 0x886463) is known color: Light Wood. HEX triplet: 88, 64 and 63. RGB value is (136,100,99). Sum of RGB (Red+Green+Blue) = 136+100+99=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886463 is #779B9C. Grayscale: #6E6E6E. Windows color (decimal): -7838621 or 6513800. OLE color: 6513800.

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

Color convert

RGB 136 100 99 -
CMYK 0 0.26 0.27 0.47
HSL 1.62º 0.16% 0.46% -
HSV(B) 1.62º 0.27% 0.53% -
XYZ 16.96 15.25 13.85 -
YUV 110.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 136 100 99 0 0.26 0.27 0.47 1.62 0.16 0.46
Hex 88 64 63 0 1A 1B 2F 2 10 2E
Octal 210 144 143 0 32 33 57 2 20 56
Binary 10001000 1100100 1100011 0 11010 11011 101111 10 10000 101110

Color Harmonies of #886463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886463

Black with #886463

Text Example


Text Example

White with #886463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886463; }

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

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

background-color css

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

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

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

border-color css

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

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

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