#94615D

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

Shades of Rose Taupe #94615D

Tints of Rose Taupe #94615D

Color information

#94615D (or 0x94615D) is unknown color: approx Rose Taupe. HEX triplet: 94, 61 and 5D. RGB value is (148,97,93). Sum of RGB (Red+Green+Blue) = 148+97+93=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94615D is #6B9EA2. Grayscale: #6F6F6F. Windows color (decimal): -7052963 or 6119828. OLE color: 6119828.

HSL color Cylindrical-coordinate representation of color #94615D: hue angle of 4.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94615D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1489793-
CMYK00.340.370.42
HSL4.36º22.82%47.25%-
HSV(B)4.36º37.16%58.04%-
XYZ18.4615.6412.4-
YUV111.79117.4153.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=43.79%
G=28.70%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148979300.340.370.424.3622.8247.25
Hex94615D022252A4172f
Octal224141135042455242757
Binary1001010011000011011101010001010010110101010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94615D; }

 p { color: rgb(148,97,93); }

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

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

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

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

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

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

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