#945856

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

Shades of Rose Taupe #945856

Tints of Rose Taupe #945856

Color information

#945856 (or 0x945856) is unknown color: approx Rose Taupe. HEX triplet: 94, 58 and 56. RGB value is (148,88,86). Sum of RGB (Red+Green+Blue) = 148+88+86=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #945856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945856 is #6BA7A9. Grayscale: #696969. Windows color (decimal): -7055274 or 5658772. OLE color: 5658772.

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

Color convert

RGB1488886-
CMYK00.410.420.42
HSL1.94º26.5%45.88%-
HSV(B)1.94º41.89%58.04%-
XYZ17.3813.9510.58-
YUV105.71116.88158.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=45.96%
G=27.33%
B=26.71%

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
Decimal148888600.410.420.421.9426.545.88
Hex9458560292A2A21a2e
Octal224130126051525223256
Binary100101001011000101011001010011010101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945856; }

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

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

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

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

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

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

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

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