#94605A

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

Shades of Rose Taupe #94605A

Tints of Rose Taupe #94605A

Color information

#94605A (or 0x94605A) is unknown color: approx Rose Taupe. HEX triplet: 94, 60 and 5A. RGB value is (148,96,90). Sum of RGB (Red+Green+Blue) = 148+96+90=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #94605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94605A is #6B9FA5. Grayscale: #6E6E6E. Windows color (decimal): -7053222 or 5922964. OLE color: 5922964.

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

Color convert

RGB1489690-
CMYK00.350.390.42
HSL6.21º24.37%46.67%-
HSV(B)6.21º39.19%58.04%-
XYZ18.2415.411.68-
YUV110.86116.23154.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=44.31%
G=28.74%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148969000.350.390.426.2124.3746.67
Hex94605A023272A6182f
Octal224140132043475263057
Binary1001010011000001011010010001110011110101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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