#856643

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

Shades of Dark Wood #856643

Tints of Dark Wood #856643

Color information

#856643 (or 0x856643) is unknown color: approx Dark Wood. HEX triplet: 85, 66 and 43. RGB value is (133,102,67). Sum of RGB (Red+Green+Blue) = 133+102+67=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856643 is #7A99BC. Grayscale: #6B6B6B. Windows color (decimal): -8034749 or 4417157. OLE color: 4417157.

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

Color convert

RGB13310267-
CMYK00.230.500.48
HSL31.82º33%39.22%-
HSV(B)31.82º49.62%52.16%-
XYZ15.4414.897.37-
YUV107.28105.27146.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=44.04%
G=33.77%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331026700.230.500.4831.823339.22
Hex8566430173230202127
Octal2051461030276260404147
Binary1000010111001101000011010111110010110000100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856643; }

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

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

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

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

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

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

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

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