#836645

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

Shades of Dark Wood #836645

Tints of Dark Wood #836645

Color information

#836645 (or 0x836645) is unknown color: approx Dark Wood. HEX triplet: 83, 66 and 45. RGB value is (131,102,69). Sum of RGB (Red+Green+Blue) = 131+102+69=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #836645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836645 is #7C99BA. Grayscale: #6B6B6B. Windows color (decimal): -8165819 or 4548227. OLE color: 4548227.

HSL color Cylindrical-coordinate representation of color #836645: hue angle of 31.94º degrees, saturation: 0.31, 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 #836645 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13110269-
CMYK00.220.470.49
HSL31.94º31%39.22%-
HSV(B)31.94º47.33%51.37%-
XYZ15.1914.767.68-
YUV106.91106.61145.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=43.38%
G=33.77%
B=22.85%

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
Decimal1311026900.220.470.4931.943139.22
Hex8366450162F31201f27
Octal2031461050265761403747
Binary100000111100110100010101011010111111000110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836645; }

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

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

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

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

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

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

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

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