#885656

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

Shades of Rose Taupe #885656

Tints of Rose Taupe #885656

Color information

#885656 (or 0x885656) is unknown color: approx Rose Taupe. HEX triplet: 88, 56 and 56. RGB value is (136,86,86). Sum of RGB (Red+Green+Blue) = 136+86+86=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885656 is #77A9A9. Grayscale: #656565. Windows color (decimal): -7842218 or 5658248. OLE color: 5658248.

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

Color convert

RGB1368686-
CMYK00.370.370.47
HSL22.52%43.53%-
HSV(B)36.76%53.33%-
XYZ15.1612.5610.43-
YUV100.95119.56153-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=44.16%
G=27.92%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136868600.370.370.47022.5243.53
Hex885656025252F0172c
Octal210126126045455702754
Binary10001000101011010101100100101100101101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885656; }

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

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

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

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

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

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

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

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