#836565

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

Shades of Light Wood #836565

Tints of Light Wood #836565

Color information

#836565 (or 0x836565) is unknown color: approx Light Wood. HEX triplet: 83, 65 and 65. RGB value is (131,101,101). Sum of RGB (Red+Green+Blue) = 131+101+101=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836565 is #7C9A9A. Grayscale: #6D6D6D. Windows color (decimal): -8166043 or 6645123. OLE color: 6645123.

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

Color convert

RGB131101101-
CMYK00.230.230.49
HSL12.93%45.49%-
HSV(B)22.9%51.37%-
XYZ16.3615.0714.36-
YUV109.97122.94143-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=39.34%
G=30.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110110100.230.230.49012.9345.49
Hex83656501717310d2d
Octal203145145027276101555
Binary10000011110010111001010101111011111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836565; }

 p { color: rgb(131,101,101); }

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

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

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

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

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

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

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