#866363

Color #866363 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #866363

Tints of Light Wood #866363

Color information

#866363 (or 0x866363) is unknown color: approx Light Wood. HEX triplet: 86, 63 and 63. RGB value is (134,99,99). Sum of RGB (Red+Green+Blue) = 134+99+99=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866363 is #799C9C. Grayscale: #6D6D6D. Windows color (decimal): -7969949 or 6513542. OLE color: 6513542.

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

Color convert

RGB1349999-
CMYK00.260.260.47
HSL15.02%45.69%-
HSV(B)26.12%52.55%-
XYZ16.5514.8913.81-
YUV109.46122.1145.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=40.36%
G=29.82%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134999900.260.260.47015.0245.69
Hex86636301A1A2F0f2e
Octal206143143032325701756
Binary10000110110001111000110110101101010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866363; }

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

 H1.HeaderClassName
 {
   color: #866363;
 }
 .AnyTagClassName
 {
   color: #866363;
 }
</style>
background-color css

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

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

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

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

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

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