#865656

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

Shades of Rose Taupe #865656

Tints of Rose Taupe #865656

Color information

#865656 (or 0x865656) is unknown color: approx Rose Taupe. HEX triplet: 86, 56 and 56. RGB value is (134,86,86). Sum of RGB (Red+Green+Blue) = 134+86+86=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865656 is #79A9A9. Grayscale: #646464. Windows color (decimal): -7973290 or 5658246. OLE color: 5658246.

HSL color Cylindrical-coordinate representation of color #865656: hue angle of 0º 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 #865656 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1348686-
CMYK00.360.360.47
HSL21.82%43.14%-
HSV(B)35.82%52.55%-
XYZ14.8412.410.41-
YUV100.35119.9152-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=43.79%
G=28.10%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134868600.360.360.47021.8243.14
Hex865656024242F0162b
Octal206126126044445702653
Binary10000110101011010101100100100100100101111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865656; }

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

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

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

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

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

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

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

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