#856161

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

Shades of Light Wood #856161

Tints of Light Wood #856161

Color information

#856161 (or 0x856161) is unknown color: approx Light Wood. HEX triplet: 85, 61 and 61. RGB value is (133,97,97). Sum of RGB (Red+Green+Blue) = 133+97+97=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856161 is #7A9E9E. Grayscale: #6B6B6B. Windows color (decimal): -8035999 or 6381957. OLE color: 6381957.

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

Color convert

RGB1339797-
CMYK00.270.270.48
HSL15.65%45.1%-
HSV(B)27.07%52.16%-
XYZ16.1114.413.24-
YUV107.76121.93146-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=40.67%
G=29.66%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133979700.270.270.48015.6545.1
Hex85616101B1B300102d
Octal205141141033336002055
Binary100001011100001110000101101111011110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856161; }

 p { color: rgb(133,97,97); }

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

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

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

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

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

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

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