#957164

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

Shades of Toast #957164

Tints of Toast #957164

Color information

#957164 (or 0x957164) is unknown color: approx Toast. HEX triplet: 95, 71 and 64. RGB value is (149,113,100). Sum of RGB (Red+Green+Blue) = 149+113+100=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957164 is #6A8E9B. Grayscale: #7A7A7A. Windows color (decimal): -6983324 or 6582677. OLE color: 6582677.

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

Color convert

RGB149113100-
CMYK00.240.330.42
HSL15.92º19.68%48.82%-
HSV(B)15.92º32.89%58.43%-
XYZ20.619.1214.66-
YUV122.28115.43147.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=41.16%
G=31.22%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911310000.240.330.4215.9219.6848.82
Hex957164018212A101431
Octal2251611440304152202461
Binary10010101111000111001000110001000011010101000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957164; }

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

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

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

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

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

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

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

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