#836646

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

Shades of Dark Wood #836646

Tints of Dark Wood #836646

Color information

#836646 (or 0x836646) is unknown color: approx Dark Wood. HEX triplet: 83, 66 and 46. RGB value is (131,102,70). Sum of RGB (Red+Green+Blue) = 131+102+70=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #836646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836646 is #7C99B9. Grayscale: #6B6B6B. Windows color (decimal): -8165818 or 4613763. OLE color: 4613763.

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

Color convert

RGB13110270-
CMYK00.220.470.49
HSL31.48º30.35%39.41%-
HSV(B)31.48º46.56%51.37%-
XYZ15.2214.777.84-
YUV107.02107.11145.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=43.23%
G=33.66%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311027000.220.470.4931.4830.3539.41
Hex8366460162F311f1e27
Octal2031461060265761373647
Binary10000011110011010001100101101011111100011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836646; }

 p { color: rgb(131,102,70); }

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

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

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

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

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

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

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