#995856

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

Shades of Rose Taupe #995856

Tints of Rose Taupe #995856

Color information

#995856 (or 0x995856) is unknown color: approx Rose Taupe. HEX triplet: 99, 58 and 56. RGB value is (153,88,86). Sum of RGB (Red+Green+Blue) = 153+88+86=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #995856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995856 is #66A7A9. Grayscale: #6B6B6B. Windows color (decimal): -6727594 or 5658777. OLE color: 5658777.

HSL color Cylindrical-coordinate representation of color #995856: hue angle of 1.79º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995856 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1538886-
CMYK00.420.440.4
HSL1.79º28.03%46.86%-
HSV(B)1.79º43.79%60%-
XYZ18.3114.4210.62-
YUV107.21116.03160.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=46.79%
G=26.91%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153888600.420.440.41.7928.0346.86
Hex99585602A2C2821c2f
Octal231130126052545023457
Binary100110011011000101011001010101011001010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995856; }

 p { color: rgb(153,88,86); }

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

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

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

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

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

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

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