#836160

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

Shades of Light Wood #836160

Tints of Light Wood #836160

Color information

#836160 (or 0x836160) is unknown color: approx Light Wood. HEX triplet: 83, 61 and 60. RGB value is (131,97,96). Sum of RGB (Red+Green+Blue) = 131+97+96=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #836160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836160 is #7C9E9F. Grayscale: #6B6B6B. Windows color (decimal): -8167072 or 6316419. OLE color: 6316419.

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

Color convert

RGB1319796-
CMYK00.260.270.49
HSL1.71º15.42%44.51%-
HSV(B)1.71º26.72%51.37%-
XYZ15.7514.2212.98-
YUV107.05121.76145.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=40.43%
G=29.94%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131979600.260.270.491.7115.4244.51
Hex83616001A1B312f2d
Octal203141140032336121755
Binary100000111100001110000001101011011110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836160; }

 p { color: rgb(131,97,96); }

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

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

 a { background-color: rgb(131,97,96); }

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

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

 span { border-color: rgb(131,97,96); }

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