#945656

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

Shades of Rose Taupe #945656

Tints of Rose Taupe #945656

Color information

#945656 (or 0x945656) is unknown color: approx Rose Taupe. HEX triplet: 94, 56 and 56. RGB value is (148,86,86). Sum of RGB (Red+Green+Blue) = 148+86+86=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #945656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945656 is #6BA9A9. Grayscale: #686868. Windows color (decimal): -7055786 or 5658260. OLE color: 5658260.

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

Color convert

RGB1488686-
CMYK00.420.420.42
HSL26.5%45.88%-
HSV(B)41.89%58.04%-
XYZ17.2213.6210.53-
YUV104.54117.54159-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=46.25%
G=26.88%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148868600.420.420.42026.545.88
Hex94565602A2A2A01a2e
Octal224126126052525203256
Binary10010100101011010101100101010101010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945656; }

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

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

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

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

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

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

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

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