#936161

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

Shades of Rose Taupe #936161

Tints of Rose Taupe #936161

Color information

#936161 (or 0x936161) is unknown color: approx Rose Taupe. HEX triplet: 93, 61 and 61. RGB value is (147,97,97). Sum of RGB (Red+Green+Blue) = 147+97+97=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #936161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936161 is #6C9E9E. Grayscale: #707070. Windows color (decimal): -7118495 or 6381971. OLE color: 6381971.

HSL color Cylindrical-coordinate representation of color #936161: hue angle of 0º degrees, saturation: 0.2, 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 #936161 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1479797-
CMYK00.340.340.42
HSL20.49%47.84%-
HSV(B)34.01%57.65%-
XYZ18.4615.6213.35-
YUV111.95119.56153-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=43.11%
G=28.45%
B=28.45%

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
Decimal147979700.340.340.42020.4947.84
Hex936161022222A01430
Octal223141141042425202460
Binary10010011110000111000010100010100010101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936161; }

 p { color: rgb(147,97,97); }

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

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

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

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

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

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

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