#957165

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

Shades of Toast #957165

Tints of Toast #957165

Color information

#957165 (or 0x957165) is unknown color: approx Toast. HEX triplet: 95, 71 and 65. RGB value is (149,113,101). Sum of RGB (Red+Green+Blue) = 149+113+101=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957165 is #6A8E9A. Grayscale: #7A7A7A. Windows color (decimal): -6983323 or 6648213. OLE color: 6648213.

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

Color convert

RGB149113101-
CMYK00.240.320.42
HSL15º19.2%49.02%-
HSV(B)15º32.21%58.43%-
XYZ20.6519.1414.92-
YUV122.4115.93146.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=41.05%
G=31.13%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911310100.240.320.421519.249.02
Hex957165018202Af1331
Octal2251611450304052172361
Binary1001010111100011100101011000100000101010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957165; }

 p { color: rgb(149,113,101); }

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

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

 a { background-color: rgb(149,113,101); }

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

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

 span { border-color: rgb(149,113,101); }

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