#876362

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

Shades of Light Wood #876362

Tints of Light Wood #876362

Color information

#876362 (or 0x876362) is unknown color: approx Light Wood. HEX triplet: 87, 63 and 62. RGB value is (135,99,98). Sum of RGB (Red+Green+Blue) = 135+99+98=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876362 is #789C9D. Grayscale: #6D6D6D. Windows color (decimal): -7904414 or 6448007. OLE color: 6448007.

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

Color convert

RGB1359998-
CMYK00.270.270.47
HSL1.62º15.88%45.69%-
HSV(B)1.62º27.41%52.94%-
XYZ16.6614.9613.56-
YUV109.65121.43146.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=40.66%
G=29.82%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135999800.270.270.471.6215.8845.69
Hex87636201B1B2F2102e
Octal207143142033335722056
Binary1000011111000111100010011011110111011111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876362; }

 p { color: rgb(135,99,98); }

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

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

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

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

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

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

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