#86635b

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

Shades of Russett #86635B

Tints of Russett #86635B

Color information

#86635B (or 0x86635B) is unknown color: approx Russett. HEX triplet: 86, 63 and 5B. RGB value is (134,99,91). Sum of RGB (Red+Green+Blue) = 134+99+91=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86635B is #799CA4. Grayscale: #6C6C6C. Windows color (decimal): -7969957 or 5989254. OLE color: 5989254.

HSL color Cylindrical-coordinate representation of color #86635B: hue angle of 11.16º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86635B is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1349991-
CMYK00.260.320.47
HSL11.16º19.11%44.12%-
HSV(B)11.16º32.09%52.55%-
XYZ16.1814.7511.89-
YUV108.55118.1146.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=41.36%
G=30.56%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134999100.260.320.4711.1619.1144.12
Hex86635B01A202Fb132c
Octal2061431330324057132354
Binary1000011011000111011011011010100000101111101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86635b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86635b; }

 p { color: rgb(134,99,91); }

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

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

 a { background-color: rgb(134,99,91); }

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

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

 span { border-color: rgb(134,99,91); }

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