#94605F

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

Shades of Rose Taupe #94605F

Tints of Rose Taupe #94605F

Color information

#94605F (or 0x94605F) is unknown color: approx Rose Taupe. HEX triplet: 94, 60 and 5F. RGB value is (148,96,95). Sum of RGB (Red+Green+Blue) = 148+96+95=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94605F is #6B9FA0. Grayscale: #6F6F6F. Windows color (decimal): -7053217 or 6250644. OLE color: 6250644.

HSL color Cylindrical-coordinate representation of color #94605F: hue angle of 1.13º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94605F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1489695-
CMYK00.350.360.42
HSL1.13º21.81%47.65%-
HSV(B)1.13º35.81%58.04%-
XYZ18.4615.4912.84-
YUV111.43118.73154.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=43.66%
G=28.32%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148969500.350.360.421.1321.8147.65
Hex94605F023242A11630
Octal224140137043445212660
Binary10010100110000010111110100011100100101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94605F; }

 p { color: rgb(148,96,95); }

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

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

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

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

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

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

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