#86665C

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

Shades of Russett #86665C

Tints of Russett #86665C

Color information

#86665C (or 0x86665C) is unknown color: approx Russett. HEX triplet: 86, 66 and 5C. RGB value is (134,102,92). Sum of RGB (Red+Green+Blue) = 134+102+92=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86665C is #7999A3. Grayscale: #6E6E6E. Windows color (decimal): -7969188 or 6055558. OLE color: 6055558.

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

Color convert

RGB13410292-
CMYK00.240.310.47
HSL14.29º18.58%44.31%-
HSV(B)14.29º31.34%52.55%-
XYZ16.5115.3412.22-
YUV110.43117.6144.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=40.85%
G=31.10%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341029200.240.310.4714.2918.5844.31
Hex86665C0181F2Fe132c
Octal2061461340303757162354
Binary100001101100110101110001100011111101111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,102,92); }

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

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

 a { background-color: rgb(134,102,92); }

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

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

 span { border-color: rgb(134,102,92); }

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