Html Css Color HEX #886363 Light Wood

📋 copy color: '#886363'

red 136 ◦ green 99 ◦ blue 99

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

Shades of Light Wood #886363

Tints of Light Wood #886363

RGB

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

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

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

R = 40.72%
G = 29.64%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#886363 (or 0x886363) is known color: Light Wood. HEX triplet: 88, 63 and 63. RGB value is (136,99,99). Sum of RGB (Red+Green+Blue) = 136+99+99=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886363 is #779C9C. Grayscale: #6E6E6E. Windows color (decimal): -7838877 or 6513544. OLE color: 6513544.

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

Color convert

RGB 136 99 99 -
CMYK 0 0.27 0.27 0.47
HSL 0.16% 0.46% -
HSV(B) 0.27% 0.53% -
XYZ 16.87 15.06 13.82 -
YUV 110.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 136 99 99 0 0.27 0.27 0.47 0 0.16 0.46
Hex 88 63 63 0 1B 1B 2F 0 10 2E
Octal 210 143 143 0 33 33 57 0 20 56
Binary 10001000 1100011 1100011 0 11011 11011 101111 0 10000 101110

Color Harmonies of #886363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886363

Black with #886363

Text Example


Text Example

White with #886363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886363; }

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

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

background-color css

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

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

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

border-color css

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

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

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