#936361

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

Shades of Rose Taupe #936361

Tints of Rose Taupe #936361

Color information

#936361 (or 0x936361) is unknown color: approx Rose Taupe. HEX triplet: 93, 63 and 61. RGB value is (147,99,97). Sum of RGB (Red+Green+Blue) = 147+99+97=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #936361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936361 is #6C9C9E. Grayscale: #717171. Windows color (decimal): -7117983 or 6382483. OLE color: 6382483.

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

Color convert

RGB1479997-
CMYK00.330.340.42
HSL2.4º20.49%47.84%-
HSV(B)2.4º34.01%57.65%-
XYZ18.6515.9913.41-
YUV113.12118.9152.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=42.86%
G=28.86%
B=28.28%

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
Decimal147999700.330.340.422.420.4947.84
Hex936361021222A21430
Octal223143141041425222460
Binary100100111100011110000101000011000101010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936361; }

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

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

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

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

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

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

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

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