#886A5E

Color #886A5E Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #886A5E

Tints of Russett #886A5E

Color information

#886A5E (or 0x886A5E) is unknown color: approx Russett. HEX triplet: 88, 6A and 5E. RGB value is (136,106,94). Sum of RGB (Red+Green+Blue) = 136+106+94=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A5E is #7795A1. Grayscale: #717171. Windows color (decimal): -7837090 or 6187656. OLE color: 6187656.

HSL color Cylindrical-coordinate representation of color #886A5E: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #886A5E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13610694-
CMYK00.220.310.47
HSL17.14º18.26%45.1%-
HSV(B)17.14º30.88%53.33%-
XYZ17.3316.3512.83-
YUV113.6116.94143.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=40.48%
G=31.55%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361069400.220.310.4717.1418.2645.1
Hex886A5E0161F2F11122d
Octal2101521360263757212255
Binary1000100011010101011110010110111111011111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A5E; }

 p { color: rgb(136,106,94); }

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

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

 a { background-color: rgb(136,106,94); }

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

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

 span { border-color: rgb(136,106,94); }

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