#865857

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

Shades of Rose Taupe #865857

Tints of Rose Taupe #865857

Color information

#865857 (or 0x865857) is unknown color: approx Rose Taupe. HEX triplet: 86, 58 and 57. RGB value is (134,88,87). Sum of RGB (Red+Green+Blue) = 134+88+87=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #865857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865857 is #79A7A8. Grayscale: #656565. Windows color (decimal): -7972777 or 5724294. OLE color: 5724294.

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

Color convert

RGB1348887-
CMYK00.340.350.47
HSL1.28º21.27%43.33%-
HSV(B)1.28º35.07%52.55%-
XYZ15.0412.7410.68-
YUV101.64119.74151.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 87 (34.38% from 255) = 28.16%
R=43.37%
G=28.48%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134888700.340.350.471.2821.2743.33
Hex865857022232F1152b
Octal206130127042435712553
Binary10000110101100010101110100010100011101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865857; }

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

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

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

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

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

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

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

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