#945756

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

Shades of Rose Taupe #945756

Tints of Rose Taupe #945756

Color information

#945756 (or 0x945756) is unknown color: approx Rose Taupe. HEX triplet: 94, 57 and 56. RGB value is (148,87,86). Sum of RGB (Red+Green+Blue) = 148+87+86=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #945756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945756 is #6BA8A9. Grayscale: #696969. Windows color (decimal): -7055530 or 5658516. OLE color: 5658516.

HSL color Cylindrical-coordinate representation of color #945756: hue angle of 0.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945756 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1488786-
CMYK00.410.420.42
HSL0.97º26.5%45.88%-
HSV(B)0.97º41.89%58.04%-
XYZ17.313.7810.55-
YUV105.12117.21158.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=46.11%
G=27.10%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148878600.410.420.420.9726.545.88
Hex9457560292A2A11a2e
Octal224127126051525213256
Binary10010100101011110101100101001101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945756; }

 p { color: rgb(148,87,86); }

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

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

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

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

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

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

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