#936261

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

Shades of Rose Taupe #936261

Tints of Rose Taupe #936261

Color information

#936261 (or 0x936261) is unknown color: approx Rose Taupe. HEX triplet: 93, 62 and 61. RGB value is (147,98,97). Sum of RGB (Red+Green+Blue) = 147+98+97=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936261 is #6C9D9E. Grayscale: #707070. Windows color (decimal): -7118239 or 6382227. OLE color: 6382227.

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

Color convert

RGB1479897-
CMYK00.330.340.42
HSL1.2º20.49%47.84%-
HSV(B)1.2º34.01%57.65%-
XYZ18.5615.813.38-
YUV112.54119.23152.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=42.98%
G=28.65%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147989700.330.340.421.220.4947.84
Hex936261021222A11430
Octal223142141041425212460
Binary10010011110001011000010100001100010101010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936261; }

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

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

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

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

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

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

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

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