#856646

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

Shades of Dark Wood #856646

Tints of Dark Wood #856646

Color information

#856646 (or 0x856646) is unknown color: approx Dark Wood. HEX triplet: 85, 66 and 46. RGB value is (133,102,70). Sum of RGB (Red+Green+Blue) = 133+102+70=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856646 is #7A99B9. Grayscale: #6B6B6B. Windows color (decimal): -8034746 or 4613765. OLE color: 4613765.

HSL color Cylindrical-coordinate representation of color #856646: hue angle of 30.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856646 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13310270-
CMYK00.230.470.48
HSL30.48º31.03%39.8%-
HSV(B)30.48º47.37%52.16%-
XYZ15.5314.937.86-
YUV107.62106.77146.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=43.61%
G=33.44%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331027000.230.470.4830.4831.0339.8
Hex8566460172F301e1f28
Octal2051461060275760363750
Binary10000101110011010001100101111011111100001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856646; }

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

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

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

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

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

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

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

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