#946261

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

Shades of Rose Taupe #946261

Tints of Rose Taupe #946261

Color information

#946261 (or 0x946261) is unknown color: approx Rose Taupe. HEX triplet: 94, 62 and 61. RGB value is (148,98,97). Sum of RGB (Red+Green+Blue) = 148+98+97=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946261 is #6B9D9E. Grayscale: #707070. Windows color (decimal): -7052703 or 6382228. OLE color: 6382228.

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

Color convert

RGB1489897-
CMYK00.340.340.42
HSL1.18º20.82%48.04%-
HSV(B)1.18º34.46%58.04%-
XYZ18.7415.8913.39-
YUV112.84119.06153.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=43.15%
G=28.57%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148989700.340.340.421.1820.8248.04
Hex946261022222A11530
Octal224142141042425212560
Binary10010100110001011000010100010100010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946261; }

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

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

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

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

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

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

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

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