#85654C

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

Shades of Dark Wood #85654C

Tints of Dark Wood #85654C

Color information

#85654C (or 0x85654C) is unknown color: approx Dark Wood. HEX triplet: 85, 65 and 4C. RGB value is (133,101,76). Sum of RGB (Red+Green+Blue) = 133+101+76=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85654C is #7A9AB3. Grayscale: #6B6B6B. Windows color (decimal): -8034996 or 5006725. OLE color: 5006725.

HSL color Cylindrical-coordinate representation of color #85654C: hue angle of 26.32º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85654C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13310176-
CMYK00.240.430.48
HSL26.32º27.27%40.98%-
HSV(B)26.32º42.86%52.16%-
XYZ15.6314.828.87-
YUV107.72110.1146.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=42.90%
G=32.58%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331017600.240.430.4826.3227.2740.98
Hex85654C0182B301a1b29
Octal2051451140305360323351
Binary10000101110010110011000110001010111100001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85654C; }

 p { color: rgb(133,101,76); }

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

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

 a { background-color: rgb(133,101,76); }

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

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

 span { border-color: rgb(133,101,76); }

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