#957365

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

Shades of Toast #957365

Tints of Toast #957365

Color information

#957365 (or 0x957365) is unknown color: approx Toast. HEX triplet: 95, 73 and 65. RGB value is (149,115,101). Sum of RGB (Red+Green+Blue) = 149+115+101=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957365 is #6A8C9A. Grayscale: #7B7B7B. Windows color (decimal): -6982811 or 6648725. OLE color: 6648725.

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

Color convert

RGB149115101-
CMYK00.230.320.42
HSL17.5º19.2%49.02%-
HSV(B)17.5º32.21%58.43%-
XYZ20.8719.5914.99-
YUV123.57115.26146.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=40.82%
G=31.51%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911510100.230.320.4217.519.249.02
Hex957365017202A111331
Octal2251631450274052212361
Binary10010101111001111001010101111000001010101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957365; }

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

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

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

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

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

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

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

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