#865A5A

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

Shades of Rose Taupe #865A5A

Tints of Rose Taupe #865A5A

Color information

#865A5A (or 0x865A5A) is unknown color: approx Rose Taupe. HEX triplet: 86, 5A and 5A. RGB value is (134,90,90). Sum of RGB (Red+Green+Blue) = 134+90+90=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A5A is #79A5A5. Grayscale: #676767. Windows color (decimal): -7972262 or 5921414. OLE color: 5921414.

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

Color convert

RGB1349090-
CMYK00.330.330.47
HSL19.64%43.92%-
HSV(B)32.84%52.55%-
XYZ15.3313.1211.4-
YUV103.16120.58150-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=42.68%
G=28.66%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134909000.330.330.47019.6443.92
Hex865A5A021212F0142c
Octal206132132041415702454
Binary10000110101101010110100100001100001101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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