#916363

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

Shades of Rose Taupe #916363

Tints of Rose Taupe #916363

Color information

#916363 (or 0x916363) is unknown color: approx Rose Taupe. HEX triplet: 91, 63 and 63. RGB value is (145,99,99). Sum of RGB (Red+Green+Blue) = 145+99+99=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #916363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916363 is #6E9C9C. Grayscale: #707070. Windows color (decimal): -7249053 or 6513553. OLE color: 6513553.

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

Color convert

RGB1459999-
CMYK00.320.320.43
HSL18.85%47.84%-
HSV(B)31.72%56.86%-
XYZ18.3915.8413.89-
YUV112.75120.24151-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=42.27%
G=28.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145999900.320.320.43018.8547.84
Hex916363020202B01330
Octal221143143040405302360
Binary10010001110001111000110100000100000101011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916363; }

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

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

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

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

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

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

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

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