#865C56

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

Shades of Rose Taupe #865C56

Tints of Rose Taupe #865C56

Color information

#865C56 (or 0x865C56) is unknown color: approx Rose Taupe. HEX triplet: 86, 5C and 56. RGB value is (134,92,86). Sum of RGB (Red+Green+Blue) = 134+92+86=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #865C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C56 is #79A3A9. Grayscale: #676767. Windows color (decimal): -7971754 or 5659782. OLE color: 5659782.

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

Color convert

RGB1349286-
CMYK00.310.360.47
HSL7.5º21.82%43.14%-
HSV(B)7.5º35.82%52.55%-
XYZ15.3413.3910.58-
YUV103.87117.91149.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=42.95%
G=29.49%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134928600.310.360.477.521.8243.14
Hex865C5601F242F8162b
Octal2061341260374457102653
Binary1000011010111001010110011111100100101111100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C56; }

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

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

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

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

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

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

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

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