#945F5E

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

Shades of Rose Taupe #945F5E

Tints of Rose Taupe #945F5E

Color information

#945F5E (or 0x945F5E) is unknown color: approx Rose Taupe. HEX triplet: 94, 5F and 5E. RGB value is (148,95,94). Sum of RGB (Red+Green+Blue) = 148+95+94=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #945F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F5E is #6BA0A1. Grayscale: #6E6E6E. Windows color (decimal): -7053474 or 6184852. OLE color: 6184852.

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

Color convert

RGB1489594-
CMYK00.360.360.42
HSL1.11º22.31%47.45%-
HSV(B)1.11º36.49%58.04%-
XYZ18.3315.2912.57-
YUV110.73118.56154.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=43.92%
G=28.19%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148959400.360.360.421.1122.3147.45
Hex945F5E024242A1162f
Octal224137136044445212657
Binary10010100101111110111100100100100100101010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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