#865856

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

Shades of Rose Taupe #865856

Tints of Rose Taupe #865856

Color information

#865856 (or 0x865856) is unknown color: approx Rose Taupe. HEX triplet: 86, 58 and 56. RGB value is (134,88,86). Sum of RGB (Red+Green+Blue) = 134+88+86=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865856 is #79A7A9. Grayscale: #656565. Windows color (decimal): -7972778 or 5658758. OLE color: 5658758.

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

Color convert

RGB1348886-
CMYK00.340.360.47
HSL2.5º21.82%43.14%-
HSV(B)2.5º35.82%52.55%-
XYZ1512.7210.47-
YUV101.53119.24151.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=43.51%
G=28.57%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134888600.340.360.472.521.8243.14
Hex865856022242F3162b
Octal206130126042445732653
Binary100001101011000101011001000101001001011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865856; }

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

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

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

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

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

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

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

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