#866058

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

Shades of Russett #866058

Tints of Russett #866058

Color information

#866058 (or 0x866058) is unknown color: approx Russett. HEX triplet: 86, 60 and 58. RGB value is (134,96,88). Sum of RGB (Red+Green+Blue) = 134+96+88=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #866058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866058 is #799FA7. Grayscale: #6A6A6A. Windows color (decimal): -7970728 or 5791878. OLE color: 5791878.

HSL color Cylindrical-coordinate representation of color #866058: hue angle of 10.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866058 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1349688-
CMYK00.280.340.47
HSL10.43º20.72%43.53%-
HSV(B)10.43º34.33%52.55%-
XYZ15.7814.1411.13-
YUV106.45117.59147.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=42.14%
G=30.19%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134968800.280.340.4710.4320.7243.53
Hex86605801C222Fa152c
Octal2061401300344257122554
Binary1000011011000001011000011100100010101111101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866058; }

 p { color: rgb(134,96,88); }

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

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

 a { background-color: rgb(134,96,88); }

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

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

 span { border-color: rgb(134,96,88); }

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