#826645

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

Shades of Dark Wood #826645

Tints of Dark Wood #826645

Color information

#826645 (or 0x826645) is unknown color: approx Dark Wood. HEX triplet: 82, 66 and 45. RGB value is (130,102,69). Sum of RGB (Red+Green+Blue) = 130+102+69=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826645 is #7D99BA. Grayscale: #6A6A6A. Windows color (decimal): -8231355 or 4548226. OLE color: 4548226.

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

Color convert

RGB13010269-
CMYK00.220.470.49
HSL32.46º30.65%39.02%-
HSV(B)32.46º46.92%50.98%-
XYZ15.0314.687.67-
YUV106.61106.78144.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=43.19%
G=33.89%
B=22.92%

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
Decimal1301026900.220.470.4932.4630.6539.02
Hex8266450162F31201f27
Octal2021461050265761403747
Binary100000101100110100010101011010111111000110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826645; }

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

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

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

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

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

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

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

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