#886B61

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

Shades of Russett #886B61

Tints of Russett #886B61

Color information

#886B61 (or 0x886B61) is unknown color: approx Russett. HEX triplet: 88, 6B and 61. RGB value is (136,107,97). Sum of RGB (Red+Green+Blue) = 136+107+97=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B61 is #77949E. Grayscale: #727272. Windows color (decimal): -7836831 or 6384520. OLE color: 6384520.

HSL color Cylindrical-coordinate representation of color #886B61: hue angle of 15.38º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886B61 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13610797-
CMYK00.210.290.47
HSL15.38º16.74%45.69%-
HSV(B)15.38º28.68%53.33%-
XYZ17.5716.6113.59-
YUV114.53118.11143.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=40%
G=31.47%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361079700.210.290.4715.3816.7445.69
Hex886B610151D2Ff112e
Octal2101531410253557172156
Binary100010001101011110000101010111101101111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,97); }

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

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

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

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

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

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

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