#945959

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

Shades of Rose Taupe #945959

Tints of Rose Taupe #945959

Color information

#945959 (or 0x945959) is unknown color: approx Rose Taupe. HEX triplet: 94, 59 and 59. RGB value is (148,89,89). Sum of RGB (Red+Green+Blue) = 148+89+89=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #945959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945959 is #6BA6A6. Grayscale: #6A6A6A. Windows color (decimal): -7055015 or 5855636. OLE color: 5855636.

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

Color convert

RGB1488989-
CMYK00.400.400.42
HSL24.89%46.47%-
HSV(B)39.86%58.04%-
XYZ17.5914.1611.26-
YUV106.64118.05157.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=45.40%
G=27.30%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148898900.400.400.42024.8946.47
Hex945959028282A0192e
Octal224131131050505203156
Binary10010100101100110110010101000101000101010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945959; }

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

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

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

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

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

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

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

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