#885956

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

Shades of Rose Taupe #885956

Tints of Rose Taupe #885956

Color information

#885956 (or 0x885956) is unknown color: approx Rose Taupe. HEX triplet: 88, 59 and 56. RGB value is (136,89,86). Sum of RGB (Red+Green+Blue) = 136+89+86=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #885956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885956 is #77A6A9. Grayscale: #666666. Windows color (decimal): -7841450 or 5659016. OLE color: 5659016.

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

Color convert

RGB1368986-
CMYK00.350.370.47
HSL3.6º22.52%43.53%-
HSV(B)3.6º36.76%53.33%-
XYZ15.4113.0510.51-
YUV102.71118.57151.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=43.73%
G=28.62%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136898600.350.370.473.622.5243.53
Hex885956023252F4172c
Octal210131126043455742754
Binary1000100010110011010110010001110010110111110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885956; }

 p { color: rgb(136,89,86); }

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

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

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

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

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

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

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