#916361

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

Shades of Rose Taupe #916361

Tints of Rose Taupe #916361

Color information

#916361 (or 0x916361) is unknown color: approx Rose Taupe. HEX triplet: 91, 63 and 61. RGB value is (145,99,97). Sum of RGB (Red+Green+Blue) = 145+99+97=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #916361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916361 is #6E9C9E. Grayscale: #707070. Windows color (decimal): -7249055 or 6382481. OLE color: 6382481.

HSL color Cylindrical-coordinate representation of color #916361: hue angle of 2.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916361 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1459997-
CMYK00.320.330.43
HSL2.5º19.83%47.45%-
HSV(B)2.5º33.1%56.86%-
XYZ18.315.8113.4-
YUV112.53119.24151.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=42.52%
G=29.03%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145999700.320.330.432.519.8347.45
Hex916361020212B3142f
Octal221143141040415332457
Binary100100011100011110000101000001000011010111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916361; }

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

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

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

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

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

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

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

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