#865C5A

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

Shades of Rose Taupe #865C5A

Tints of Rose Taupe #865C5A

Color information

#865C5A (or 0x865C5A) is unknown color: approx Rose Taupe. HEX triplet: 86, 5C and 5A. RGB value is (134,92,90). Sum of RGB (Red+Green+Blue) = 134+92+90=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C5A is #79A3A5. Grayscale: #686868. Windows color (decimal): -7971750 or 5921926. OLE color: 5921926.

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

Color convert

RGB1349290-
CMYK00.310.330.47
HSL2.73º19.64%43.92%-
HSV(B)2.73º32.84%52.55%-
XYZ15.513.4611.45-
YUV104.33119.91149.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=42.41%
G=29.11%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134929000.310.330.472.7319.6443.92
Hex865C5A01F212F3142c
Octal206134132037415732454
Binary10000110101110010110100111111000011011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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