#856645

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

Shades of Dark Wood #856645

Tints of Dark Wood #856645

Color information

#856645 (or 0x856645) is unknown color: approx Dark Wood. HEX triplet: 85, 66 and 45. RGB value is (133,102,69). Sum of RGB (Red+Green+Blue) = 133+102+69=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #856645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856645 is #7A99BA. Grayscale: #6B6B6B. Windows color (decimal): -8034747 or 4548229. OLE color: 4548229.

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

Color convert

RGB13310269-
CMYK00.230.480.48
HSL30.94º31.68%39.61%-
HSV(B)30.94º48.12%52.16%-
XYZ15.514.927.69-
YUV107.51106.27146.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=43.75%
G=33.55%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331026900.230.480.4830.9431.6839.61
Hex85664501730301f2028
Octal2051461050276060374050
Binary100001011100110100010101011111000011000011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856645; }

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

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

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

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

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

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

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

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