#945E5B

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

Shades of Rose Taupe #945E5B

Tints of Rose Taupe #945E5B

Color information

#945E5B (or 0x945E5B) is unknown color: approx Rose Taupe. HEX triplet: 94, 5E and 5B. RGB value is (148,94,91). Sum of RGB (Red+Green+Blue) = 148+94+91=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #945E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E5B is #6BA1A4. Grayscale: #6D6D6D. Windows color (decimal): -7053733 or 5987988. OLE color: 5987988.

HSL color Cylindrical-coordinate representation of color #945E5B: hue angle of 3.16º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945E5B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1489491-
CMYK00.360.390.42
HSL3.16º23.85%46.86%-
HSV(B)3.16º38.51%58.04%-
XYZ18.115.0611.85-
YUV109.8117.39155.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=44.44%
G=28.23%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148949100.360.390.423.1623.8546.86
Hex945E5B024272A3182f
Octal224136133044475233057
Binary100101001011110101101101001001001111010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945E5B; }

 p { color: rgb(148,94,91); }

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

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

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

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

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

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

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