#836642

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

Shades of Dark Wood #836642

Tints of Dark Wood #836642

Color information

#836642 (or 0x836642) is unknown color: approx Dark Wood. HEX triplet: 83, 66 and 42. RGB value is (131,102,66). Sum of RGB (Red+Green+Blue) = 131+102+66=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #836642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836642 is #7C99BD. Grayscale: #6A6A6A. Windows color (decimal): -8165822 or 4351619. OLE color: 4351619.

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

Color convert

RGB13110266-
CMYK00.220.500.49
HSL33.23º32.99%38.63%-
HSV(B)33.23º49.62%51.37%-
XYZ15.0914.727.2-
YUV106.57105.11145.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=43.81%
G=34.11%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311026600.220.500.4933.2332.9938.63
Hex8366420163231212127
Octal2031461020266261414147
Binary1000001111001101000010010110110010110001100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836642; }

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

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

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

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

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

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

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

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